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

Method set_store

test/modules/md/md_certs.py:120–121  ·  view source on GitHub ↗
(self, store: 'CertStore')

Source from the content-addressed store, hash-verified

118 NoEncryption())
119
120 def set_store(self, store: 'CertStore'):
121 self._store = store
122
123 def set_files(self, cert_file: str, pkey_file: str = None):
124 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