IFBO via HTTPS, trouble defining Apache Tomcat with commercial certificate

Does 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"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" />

Reply