Functions | |
def | _load_credential_from_file (filepath) |
Variables | |
def | ROOT_CERTIFICATE = _load_credential_from_file('credentials/root.crt') |
def | SERVER_CERTIFICATE = _load_credential_from_file('credentials/localhost.crt') |
def | SERVER_CERTIFICATE_KEY = _load_credential_from_file('credentials/localhost.key') |
|
private |
Definition at line 19 of file _credentials.py.
def _credentials.ROOT_CERTIFICATE = _load_credential_from_file('credentials/root.crt') |
Definition at line 27 of file _credentials.py.
def _credentials.SERVER_CERTIFICATE = _load_credential_from_file('credentials/localhost.crt') |
Definition at line 25 of file _credentials.py.
def _credentials.SERVER_CERTIFICATE_KEY = _load_credential_from_file('credentials/localhost.key') |
Definition at line 26 of file _credentials.py.