Wondering if I my message is getting out there as as I've seen no response. Going to try again.
Could really use your help getting past the below error while trying to setup/import a server certificate.
The required jsse jar files are in $JAVA_HOME/jre/lib/ext
The IBMJava was installed during the Linux install. As far as I can tell it isn't running anything and $JAVA_HOME/bin is first in the path. But I still wonder.
keytool was run by root in $JAVA_HOME/bin
Haven't done anything with apache yet our web based servlet app is working on 8080 with tomcat. Thanks.
Linux ES 2.1 249-e.37 kernel j2sdk1.4.2_03 tomcat5.0.18
[root@(protected) root 2985 27.0 0.7 246712 29368 pts/5 S 08:38 0:04 /usr/java/j2sdk1. root 2986 0.0 0.7 246712 29368 pts/5 S 08:38 0:00 /usr/java/j2sdk1. this is just a snipit..
[root@(protected) -rwxr-xr-x 1 root apache 785 Feb 18 10:16 ca.csr -rwxr-xr-x 1 root apache 887 Feb 18 10:16 ca.key -rwxr-xr-x 1 root apache 1066 Feb 18 10:17 ca.pem
root@(protected) / rsa:1024 -nodes -out /usr/java/ssl/ca/ca.csr / -keyout /usr/java/ssl/ca/ca.key Using configuration from /usr/share/ssl/openssl.cnf Generating a 1024 bit RSA private key .............++++++ ......++++++ writing new private key to '/usr/java/ssl/ca/ca.key' ----- ok works fine
root@(protected) / -signkey /usr/java/ssl/ca/ca.key / -days 720 -req -in /usr/java/ssl/ca/ca.csr / -out /usr/java/ssl/ca/ca.pem Signature ok subject=/C=US/ST=state/L=city/O=City state/OU=dept/CN=computer/Email=email Getting Private key ok works fine