Versions Compared

Key

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

After importing all the certificates into your SHRINE keystore update the keystore section within shrine.conf:

Code Block
languagebash
themeRDark
titleshrine.conf
keystore {
    file = "/opt/shrine/shrine.keystore"
    privateKeyAlias = "$KEYSTORE_ALIAS"
    caCertAliases= ["$HUB_CA_CERT_ALIAS"]
  }

SHRINE will use privateKeyAlias to find the signed certificate to sign queries going out from your site, and caCertAliases to verify queries before running them.


Add the keystore password to password.conf

Code Block
themeRDark
titlepassword.conf
shrine.keystore.password = "password"