NavigationUser login |
IFBO via HTTPS, trouble defining Apache Tomcat with commercial certificateDoes anyone have advice for defining Apache Tomcat (ver 5) to use a commercial certificate (GeoTrust)? The goal is to have IFBO accessable via HTTPS. Tomcat's server.xml contains: <Connector port="8443" maxHttpHeaderSize="8192" By webmaster | Integration Framework Business Objects (IFBO) | add new comment
|
Apache or Tomcat for certificate signing request from GeoTrust
The main problem turned out to be that one needs to know if the certificate from a Certficate Authority will be used with Apache or Tomcat.
In this case the certificate signing request was for Tomcat, but Java's keytool had not been used for generating the local certificate and the CSR (certificate signing request).
Tomcat 5: http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html