MCPcopy Create free account
hub / github.com/apache/httpd / set_files

Method set_files

test/modules/md/md_certs.py:123–125  ·  view source on GitHub ↗
(self, cert_file: str, pkey_file: str = None)

Source from the content-addressed store, hash-verified

121 self._store = store
122
123 def set_files(self, cert_file: str, pkey_file: str = None):
124 self._cert_file = cert_file
125 self._pkey_file = pkey_file
126
127 @property
128 def cert_file(self) -> str:

Callers 2

load_credentialsMethod · 0.95
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected