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

Method get_md_status

test/modules/md/md_env.py:462–466  ·  view source on GitHub ↗
(self, domain, via_domain=None, use_https=True)

Source from the content-addressed store, hash-verified

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:
464 via_domain = self._default_domain
465 return self.get_json_content(via_domain, f"/md-status/{domain}",
466 use_https=use_https)
467
468 def get_server_status(self, query="/", via_domain=None, use_https=True):
469 if via_domain is None:

Callers 15

check_md_completeMethod · 0.95
await_completionMethod · 0.95
await_renewalMethod · 0.95
await_errorMethod · 0.95
test_md_710_001Method · 0.80
test_md_710_002Method · 0.80
test_md_710_003Method · 0.80
test_md_710_004Method · 0.80
test_md_300_025Method · 0.80
test_md_300_027Method · 0.80
test_md_801_001Method · 0.80
test_md_801_002Method · 0.80

Calls 1

get_json_contentMethod · 0.95

Tested by 15

test_md_710_001Method · 0.64
test_md_710_002Method · 0.64
test_md_710_003Method · 0.64
test_md_710_004Method · 0.64
test_md_300_025Method · 0.64
test_md_300_027Method · 0.64
test_md_801_001Method · 0.64
test_md_801_002Method · 0.64
test_md_801_003Method · 0.64
test_md_801_004Method · 0.64
test_md_751_002Method · 0.64
test_md_751_003Method · 0.64