(self, domain)
| 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: |