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

Method get_certificate_status

test/modules/md/md_env.py:459–460  ·  view source on GitHub ↗
(self, domain)

Source from the content-addressed store, hash-verified

457 return r.json
458
459 def get_certificate_status(self, domain) -> Dict:
460 return self.get_json_content(domain, "/.httpd/certificate-status", insecure=True)
461
462 def get_md_status(self, domain, via_domain=None, use_https=True) -> Dict:
463 if via_domain is None:

Callers 8

is_renewingMethod · 0.95
test_md_702_009Method · 0.80
test_md_702_030Method · 0.80
test_md_702_033Method · 0.80
test_md_920_001Method · 0.80
test_md_920_002Method · 0.80
test_md_920_003Method · 0.80
test_md_920_020Method · 0.80

Calls 1

get_json_contentMethod · 0.95

Tested by 7

test_md_702_009Method · 0.64
test_md_702_030Method · 0.64
test_md_702_033Method · 0.64
test_md_920_001Method · 0.64
test_md_920_002Method · 0.64
test_md_920_003Method · 0.64
test_md_920_020Method · 0.64