46
46
cert_file_fullpath = os.path.join(CA_CERT_PATH, CA_CERT_FILENAME)
47
47
cert_file_fullpath = paths.join(False, cert_file_fullpath)
48
48
util.write_file(cert_file_fullpath, cert_file_contents, mode=0644)
49
50
# Append cert filename to CA_CERT_CONFIG file.
54
60
def remove_default_ca_certs(paths):