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

Method get_ca_pem_file

test/pyhttpd/env.py:717–720  ·  view source on GitHub ↗
(self, hostname: str)

Source from the content-addressed store, hash-verified

715 os.remove(self._server_access_log)
716
717 def get_ca_pem_file(self, hostname: str) -> Optional[str]:
718 if len(self.get_credentials_for_name(hostname)) > 0:
719 return self.ca.cert_file
720 return None
721
722 def clear_curl_headerfiles(self):
723 for fname in os.listdir(path=self.gen_dir):

Callers 1

curl_resolve_argsMethod · 0.95

Calls 1

Tested by

no test coverage detected