Hello,
I have been some problems with import SSL CA Certificates on Tomcat4. It just doesn�t running!! I generated a key with openssl e send it to authority VeriSign that send me two files with the certificate. Then I have three files: cetipnet.key (The public key I generated by openssl) cetipnet.crt (The certificate sent to me by Verisign) cetipnet.ca.crt (valid certificate by Certification Authority) I try do the following commands: keytool -import -v -trustcacerts -alias tomcat -file cetipnet.crt Then , when I start the tomcat and see by page https://localhost:8443 occurs error sayind that the page connot appears. I would like to know if there is some way to import valid certificate by Certification Authority (not selfSign) and how can I install it. When I try to generate a SSL certificate (RSA) for tomcat 4.0 it works fine!! But I need to import a trusted CA Certificate from VeriSign and it didn�t work. Could you help me please? -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
