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

Method add_cert_specs

test/pyhttpd/env.py:474–475  ·  view source on GitHub ↗
(self, specs: List[CertificateSpec])

Source from the content-addressed store, hash-verified

472 return self._apachectl_stderr
473
474 def add_cert_specs(self, specs: List[CertificateSpec]):
475 self._cert_specs.extend(specs)
476
477 def get_credentials_for_name(self, dns_name) -> List['Credentials']:
478 for spec in [s for s in self._cert_specs if s.domains is not None]:

Callers 3

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected