This commit is contained in:
Andrew Morgan 2019-06-06 14:36:13 +01:00
parent 92090d32d4
commit 7168dee695

View file

@ -107,7 +107,7 @@ class TlsConfig(Config):
certs = []
for ca_file in custom_ca_list:
logger.debug("Reading custom CA certificate file: %s", ca_file)
content = self.read_file(ca_file)
content = self.read_file(ca_file, "federation_custom_ca_list")
# Parse the CA certificates
try: