Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Clarification on caCertAliases

...

In all cases, add the caCertAliases option into the keystore block, and make sure that the values for privateKeyAlias and password are also set appropriately. privateKeyAlias should be the same as $KEYSTORE_ALIAS. Also note that caCertAliases is an array of values. Do NOT surround it in quotation marks, square brackets must be used.

keystore {
[...]
caCertAliases = [shrine-hub-caroot.pem]
[...]
}

...