Versions Compared

Key

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

...

You may need to set or update the the keyStore keyAlias in server.xml 's to use the node's signing cert.your https cert.

Code Block
languagexml
...
<Connector port="6443" protocol="org.apache.coyote.http11.Http11NioProtocol"
               maxThreads="150" SSLEnabled="true" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"
               keystoreFile="/opt/shrine/shrine-https.keystore"
               keystorePass="changeit" keyAlias="your.key.alias" />

...

 

Database Changes

These instructions all use mysql syntax. Versions of .ddl files exist for Oracle and MSSQLServer within SHRINE's source code.

...