self.assertIn("INFO:acme_dns_tiny:A and/or AAAA DNS resources not found for configured dns host: we will use either resource found if one exists or directly the DNS Host configuration.",
adnslog.output)
acme_dns_tiny.main([self.configs['dns_host_ip'],
"--verbose"])
self.assertIn("INFO:acme_dns_tiny:A and/or AAAA DNS resources not found for configured dns \
host: we will use either resource found if one exists or directly the DNS Host configuration.",
adnslog.output)
certchain=sys.stdout.getvalue()
sys.stdout.close()
sys.stdout=old_stdout
self.assertCertificateChain(certchain)
self._assert_certificate_chain(certchain)
deftest_success_san(self):
""" Successfully issue a certificate via subject alt name """