I setup my Godaddy SSL wildcard on IIS 6 and exported it to some other IIS servers. Now I'd like to set it up on a Tomcat 7 server. This server already has a standard SSL cert running.
I tried these instructions, but couldn't get it working.
Here is the SSL section from my server.xml file:
I tried these instructions, but couldn't get it working.
Here is the SSL section from my server.xml file:
Code:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
keystoreFile="c:\certs\disabilityrightstx.pfx" keystorePass="pass1"
clientAuth="false" sslProtocol="PKCS12"/>