Versions Compared

Key

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

...

SHRINE must be configured to understand this type of setup, as it does not assume the presence of a CA by default. For more information on these values, consult the shrineShrine.conf File - SHRINE 1.22.4 article and look up attachSigningCert and caCertAliases.

If Prior to 1.22.4 -  if the node is a Query Entry Point, add the attachSigningCert option into the queryEntryPoint block, and make sure the broadcasterServiceEndpoint.url value points at the appropriate hub.

queryEntryPoint {
[...]
attachSigningCert = true
[...]
broadcasterServiceEndpoint {
url = "https://shrine-hub.u-of-example.edu:6443/shrine/rest/broadcaster/broadcast"
}
}

...