/build/static/layout/Breadcrumb_cap_w.png

Use an Existing SSL Wildcard in Apache Tomcat 7

Going to post this one since the info via Google seems to be sparse and conflicting.. 

Export full wildcard from live windows IIS server, include key, include other attributes, give it a PW

mmc-add certificate snapin, look for *.domain for existing wildcard cert

Then this is the key: just use the following for the connector in the apache server.xml and forget anything to do with java keystores:

<Connector port="8443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" 
                                 acceptCount="100" scheme="https" SSLEnabled="true" secure="true" clientAuth="false" sslProtocol="TLS" 
                                 keystoreFile="drive:\path\exportedcert.pfx" 
                                 keystorePass="XXXXXX" keystoreType="PKCS12"/>

Comments

This post is locked
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ