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

Method get_ca_pem_file

test/modules/md/md_env.py:226–230  ·  view source on GitHub ↗
(self, hostname: str)

Source from the content-addressed store, hash-verified

224 return False
225
226 def get_ca_pem_file(self, hostname: str) -> Optional[str]:
227 pem_file = super().get_ca_pem_file(hostname)
228 if pem_file is None:
229 pem_file = self.acme_ca_pemfile
230 return pem_file
231
232 # --------- access local store ---------
233

Callers 6

test_proxy_02_002Method · 0.45
test_proxy_02_003Method · 0.45
test_proxy_01_002Method · 0.45

Calls

no outgoing calls

Tested by 6

test_proxy_02_002Method · 0.36
test_proxy_02_003Method · 0.36
test_proxy_01_002Method · 0.36