示例#1
0
def get_splice_server_identity_ca_pem():
    ca_path = config.get_splice_server_identity_ca_path()
    cert_utils = CertFileUtils()
    ca_pem = cert_utils.read_pem(pem_path=ca_path)
    return ca_pem
示例#2
0
def get_rhic_ca_pem():
    ca_path = config.get_rhic_ca_path()
    cert_utils = CertFileUtils()
    ca_pem = cert_utils.read_pem(pem_path=ca_path)
    return ca_pem