Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Find the following section and uncomment it:

Code Block
languagexml
titleserver.xml
<!--
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol
"
maxThreads="150" SSLEnabled="true" scheme="https" secure="true"
clientAuth="false" sslEnabledProtocols="TLSv1.2" sslProtocol="TLS" /> -->

Once you found the section, uncomment it. Then add the appropriate information to keyAlias, keystoreFile and keystorePass.

...