How to use the certbot-dns-cloudflare.certbot_dns_cloudflare.dns_cloudflare._CloudflareClient function in certbot-dns-cloudflare

To help you get started, we’ve selected a few certbot-dns-cloudflare 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-cloudflare / certbot_dns_cloudflare / dns_cloudflare.py View on Github external
def _get_cloudflare_client(self):
        return _CloudflareClient(self.credentials.conf('email'), self.credentials.conf('api-key'))

certbot-dns-cloudflare

Cloudflare DNS Authenticator plugin for Certbot

Apache-2.0
Latest version published 3 months ago

Package Health Score

90 / 100
Full package analysis

Similar packages