certbot.plugins.dns_test_common module
Base test class for DNS authenticators.
class
certbot.plugins.dns_test_common.``BaseAuthenticatorTest[source]
Bases:object
A base test class to reduce duplication between test code for DNS Authenticator Plugins.
Assumes:
- That subclasses also subclass unittest.TestCase
- That the authenticator is stored as self.auth
test_more_info()source`achall`*= KeyAuthorizationAnnotatedChallenge(challb=DNS01(token='17817c66b60ce2e4012dfad92657527a'), domain='example.com', account_key=JWKRSA(key=<ComparableRSAKey(<cryptography.hazmat.backends.openssl.rsa._RSAPrivateKey object>)>))*
test_get_chall_pref()source
test_parser_arguments()source
certbot.plugins.dns_test_common.write(values, path)[source]
Write the specified values to a config file.
Parameters:
Certbot中文文檔