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

Method set_store

test/pyhttpd/certs.py:135–136  ·  view source on GitHub ↗
(self, store: 'CertStore')

Source from the content-addressed store, hash-verified

133 return self._issuer
134
135 def set_store(self, store: 'CertStore'):
136 self._store = store
137
138 def set_files(self, cert_file: str, pkey_file: str = None):
139 self._cert_file = cert_file

Callers 3

load_credentialsMethod · 0.95
issue_certMethod · 0.45
create_rootMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected