Hi, I need help configuring my http connector to be a secure one via SSL.
I have the purchased certificate's (from a CA which i don't know who is) products in 4 different files: xxx.domainname.com.cer -> I don't know what is this file.. xxx.domainname.com.key -> I believe this is the encrypted key for the certificate xxx.domainname.com.csr -> I believe this is the request xxx.domainname.com.crt -> I believe this is the actual certificate issed by the CA Basically my question is: In server.xml i open the SSL connector at port 8443 as below: 1. What should i write at the keystoreFile? - Which of the 4 files i have do i need to point to? 2. What do i write in the keystorePass attribute? 3. What should i do with the rest of those 4 files? <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" keystoreFile="<keyStoreFileLocation>" keystorePass="changeit" clientAuth="false" sslProtocol="TLS" /> Thanks alot! -- View this message in context: http://old.nabble.com/SSL-Configuration-Question-tp26338693p26338693.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org