1. In the TerraGo Edge installation directory, go to the folder “Conf”.
2. Edit server.xml.
3. Put the SSL certificate in the Conf folder.
4. Search "Connector port" 8483.
5. Configure the SSL path along with file name for the keystore file value.
Example:
keystoreFile="/apps/edge/TerragoEdge-3.0/conf/cert.keystore"
6. Configure the SSL certificate password for the keystore pass.
Example:
keystorePass="tomcat"
7. Save the server.xml file.
Example:
<Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol"
maxThreads="150" keystoreFile="/apps/edge/TerragoEdge-3.0/conf/cert.keystore" keystorePass="tomcat" SSLEnabled="true" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" />
0 Comments