Creating a certificate
I'm new to using the Application Server. How do I generate a certificate when there is already a key there? And how to I verify the key information, like name, company, etc?
For the past few years I've just been using the Web server, which makes this process fairly easy:
http://docs.sun.com/app/docs/doc/819-2629/6n4tgd1sk?a=view
Is this the way?
http://docs.sun.com/app/docs/doc/819-3658/6n5s5nkn8?a=view#ablrb
Thanks!
Hi,
What version of the applciation server you are using.
in app server7, the process for generating certificate is same as webserver6.x. After you got the certificate from the Certified authority, goto install certificate and paste the certificate, give the password, click add/replace certificate. then you can see all the details .
If the certificate is same for web and app, copy https-instance-machine-key3.db,https-instance-machine-cert7.db from the alias folder of your web server to the config directory of the appliaction server instance. Now you can see the cert in the manage certificates of app server.]
Thanks
Jo