Tomcat 7.0.42 on SLES11. I am following 
http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html#Configuration to secure 
tomcat. I have uncommented the SSL HTTP section. The configuration section of 
that doc, importing the certificate: i have a go daddy bundle in crt format. I 
can download the cert bundle from go daddy for tomcat but it also is a crt 
file. Do i have to run this exact command:

openssl pkcs12 -export -in mycert.crt -inkey mykey.key \
                        -out mycert.p12 -name tomcat -CAfile myCA.crt \
                        -caname root -chain

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to