Trust HA replication certificates in the HA CMS keystore

This commit is contained in:
Luke Powlett
2021-05-18 11:45:27 +01:00
committed by Luke Powlett
parent 987a7657ce
commit a927b6e01e
2 changed files with 38 additions and 66 deletions

View File

@@ -41,7 +41,7 @@ func ConfigureNativeHA(log *logger.Logger) error {
templateMap["NativeHAInstance2_ReplicationAddress"] = os.Getenv("MQ_NATIVE_HA_INSTANCE_2_REPLICATION_ADDRESS")
if os.Getenv("MQ_NATIVE_HA_TLS") == "true" {
keyLabel, _, err := tls.ConfigureHATLSKeystore()
keyLabel, _, _, err := tls.ConfigureHATLSKeystore()
if err != nil {
return err
}