I am having a problem importing a certificate on glassfish to replace the default. I am using the following commands
/opt/SUNWappserver/appserver/lib/certutil -D -n "s1as" -d .
/opt/SUNWappserver/appserver/lib/certutil -A -n "s1as" -t "u,u,u" -d . -i /tmp/blah.cer
The problem is that it will not import the certificate with the trustargs u,u,u when I do a list of the database it shows empty trustargs
s1as ,,,
where is should show trustargs
s1as u,u,u
Without these trustargs the server will not start
Thanks Pete
[Message sent by forum member 'pete101' (pete101)]
http://forums.java.net/jive/thread.jspa?messageID=344629