Hi All,
Someone before me did the SSL on our tomcat side only. NO SSL on SIA configured, ONLY on tomcat side.
I have no idea how they did it and what needs to be done to re-do this because the old one is expiring soon.
Has anyone ever done this before? In my server.xml file in tomcat directory i see this line of code and the pfx file in the C drive:
<Connector port="123" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2" keystoreFile="C:\ssl-cert\file-name.pfx" keystorePass="password" keystoreType="PKCS12"/>
What do i need to do for the new one? Can someone please help? Thanks