certbot.plugins.dns_test_common_lexicon module¶
Base test class for DNS authenticators built on Lexicon.
-
class
certbot.plugins.dns_test_common_lexicon.BaseLexiconAuthenticatorTest[source]¶ Bases:
certbot.plugins.dns_test_common.BaseAuthenticatorTest
-
class
certbot.plugins.dns_test_common_lexicon.BaseLexiconClientTest[source]¶ Bases:
object-
DOMAIN_NOT_FOUND= Exception('No domain found')¶
-
GENERIC_ERROR¶ alias of
requests.exceptions.RequestException
-
LOGIN_ERROR= HTTPError('400 Client Error: ...')¶
-
UNKNOWN_LOGIN_ERROR= HTTPError('500 Surprise! Error: ...')¶
-
record_prefix= '_acme-challenge'¶
-
record_name= '_acme-challenge.example.com'¶
-
record_content= 'bar'¶
-