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

Method set_files

test/pyhttpd/certs.py:138–140  ·  view source on GitHub ↗
(self, cert_file: str, pkey_file: str = None)

Source from the content-addressed store, hash-verified

136 self._store = store
137
138 def set_files(self, cert_file: str, pkey_file: str = None):
139 self._cert_file = cert_file
140 self._pkey_file = pkey_file
141
142 @property
143 def cert_file(self) -> str:

Callers 2

load_credentialsMethod · 0.95
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected