Versions Compared

Key

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

...

The first place, is in the keystore section within shrine.keystoreconf:

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

...