Problem installing server certificate on SunJava webserver 6.1

i am trying to install a server certificate but unfortunately i don't see the certificate at the Security TAB under Managed Certificates:

here is the command that i am running to import the certificate to the

server instance database:

pk12util -i www.ggg.com.pk12 -d /opt/Sunweb/alias/ -P https-test

please advice

thanks in advanced

[372 byte] By [mongarona] at [2007-11-27 3:42:15]
# 1

The prefix in your -P option looks suspect. In Web Server Server 6.1, the trust database prefix would normally be https-instance-hostname-, not https-instance.

(In Web Server 7.0, the trust databases no longer use a prefix. Instead, each instance has its own trust database in the config directory.)

elvinga at 2007-7-12 8:45:50 > top of Java-index,Web & Directory Servers,Web Servers...
# 2
yep i used as you saidhttps-instance-hostname- with the '-' dash sign at the end very important thanksagain
mongarona at 2007-7-12 8:45:50 > top of Java-index,Web & Directory Servers,Web Servers...