certbot_dns_dnsimple.dns_dnsimple

DNS Authenticator for DNSimple DNS.

class certbot_dns_dnsimple.dns_dnsimple.Authenticator(*args, **kwargs)[source]

Bases: certbot.plugins.dns_common.DNSAuthenticator

DNS Authenticator for DNSimple

This Authenticator uses the DNSimple v2 API to fulfill a dns-01 challenge.

class certbot_dns_dnsimple.dns_dnsimple._DNSimpleLexiconClient(token, ttl)[source]

Bases: certbot.plugins.dns_common_lexicon.LexiconClient

Encapsulates all communication with the DNSimple via Lexicon.