Home
last modified time | relevance | path

Searched refs:_TRUST_CA_PATH (Results 1 – 1 of 1) sorted by relevance

/tools/acloud/setup/
Dmkcert.py42 _TRUST_CA_PATH = os.path.join(constants.SSL_TRUST_CA_DIR, variable
90 if os.path.exists(_TRUST_CA_PATH):
132 for cert_file_name in [_CA_KEY_PATH, _CA_CRT_PATH, _TRUST_CA_PATH]:
138 if not os.stat(_TRUST_CA_PATH).st_mode & stat.S_IROTH:
141 if not filecmp.cmp(_CA_CRT_PATH, _TRUST_CA_PATH):
143 _TRUST_CA_PATH, _CA_CRT_PATH)