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!

[461 byte] By [BenThomaa] at [2007-11-26 19:43:16]
# 1

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

activexperta at 2007-7-9 22:26:14 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
Thanks! I am using App Server 9.1 for this issue. I will try this method out. Cheers,Benjamin
BenThomaa at 2007-7-9 22:26:14 > top of Java-index,Application & Integration Servers,Application Servers...
# 3
Hi, The two files shold be named cert7.db and key3.db only. So don't forget to rename them once copied to app server config directory.Joseph
activexperta at 2007-7-9 22:26:14 > top of Java-index,Application & Integration Servers,Application Servers...