Hello,
I try to import an lets encrypt-certificate into OM 5-M2.
With a few commands I have 4 certificates (wildcard-certificate):
cert.pem
chain.pem
fullchain.pem
privkey.pem
I try to edit the server.xml, remark the original lines for "connector
port 5443" and replace it with:
<Connector port="5443" ............................... SSLEnabled="true">
<SSLHostConfig>
<Certificate certificateFile="conf/cert.pem"
certificateKeyFile="conf/privkey.pem"
certificateChainFile="conf/chain.pem" />
</SSLHostConfig>
</Connector>
And - nothing. Tomcat doesn't start with the error
/14-May-2019 15:31:13.005 SCHWERWIEGEND [main]
org.apache.catalina.startup.Catalina.start Cannot start server, server
instance is not configured/
Have anyone a hint where I make a mistake?
With best regards,
René