Home
last modified time | relevance | path

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

/third_party/grpc/examples/python/auth/
D_credentials.py23 def _load_credential_from_file(filepath): function
29 SERVER_CERTIFICATE = _load_credential_from_file('credentials/localhost.crt')
30 SERVER_CERTIFICATE_KEY = _load_credential_from_file('credentials/localhost.key')
31 ROOT_CERTIFICATE = _load_credential_from_file('credentials/root.crt')