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

Method get_cert

test/modules/md/md_env.py:397–399  ·  view source on GitHub ↗
(self, domain, tls=None, ciphers=None)

Source from the content-addressed store, hash-verified

395 return r.response['status']
396
397 def get_cert(self, domain, tls=None, ciphers=None):
398 return MDCertUtil.load_server_cert(self._httpd_addr, self.https_port,
399 domain, tls=tls, ciphers=ciphers)
400
401 def get_server_cert(self, domain, proto=None, ciphers=None):
402 args = [

Callers 15

test_md_702_001Method · 0.80
test_md_702_002Method · 0.80
test_md_702_003Method · 0.80
test_md_702_004Method · 0.80
test_md_702_005Method · 0.80
test_md_702_006Method · 0.80
test_md_702_030Method · 0.80
test_md_702_031Method · 0.80
test_md_702_032Method · 0.80
test_md_702_033Method · 0.80
test_md_702_040Method · 0.80
test_md_702_044Method · 0.80

Calls 1

load_server_certMethod · 0.80

Tested by 15

test_md_702_001Method · 0.64
test_md_702_002Method · 0.64
test_md_702_003Method · 0.64
test_md_702_004Method · 0.64
test_md_702_005Method · 0.64
test_md_702_006Method · 0.64
test_md_702_030Method · 0.64
test_md_702_031Method · 0.64
test_md_702_032Method · 0.64
test_md_702_033Method · 0.64
test_md_702_040Method · 0.64
test_md_702_044Method · 0.64