How to use certbot-dns-rfc2136 - 2 common examples

To help you get started, we’ve selected a few certbot-dns-rfc2136 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github certbot / certbot / certbot-dns-rfc2136 / certbot_dns_rfc2136 / dns_rfc2136.py View on Github external
def _get_rfc2136_client(self):
        return _RFC2136Client(self.credentials.conf('server'),
                              self.credentials.conf('name'),
                              self.credentials.conf('secret'),
                              self.ALGORITHMS.get(self.credentials.conf('algorithm'),
                                                  dns.tsig.HMAC_MD5))
github certbot / certbot / certbot-dns-rfc2136 / certbot_dns_rfc2136 / dns_rfc2136.py View on Github external
def __init__(self, *args, **kwargs):
        super(Authenticator, self).__init__(*args, **kwargs)
        self.credentials = None

certbot-dns-rfc2136

RFC 2136 DNS Authenticator plugin for Certbot

Apache-2.0
Latest version published 16 days ago

Package Health Score

90 / 100
Full package analysis

Similar packages