Versions Compared

Key

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

...

See what certs are there and remove any extras. SHRINE will verify that the signing cert is signed by the hub's public cert. Also, check that you are not relying on an expired cert. See Generate a Certificate Signing Request .

...

Code Block
languagexml
themeRDark
...
<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-shrine.keystore"
               keystorePass="changeit" keyAlias="your.https.key.alias" />

...

 

Database Changes

...