Hi,
I exported the certificate with the private key as a .pfx file and edited server.xml to use this file as a keystore like this:
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" SSLEnabled="true"
keystoreFile="D:\certs\MySanCert.pfx"
keystorePass="****"
keystoreType="PKCS12" />
After a restart of the Tomcat service everything is working as it should - so - case closed
regards,
Joakim