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

To help you get started, we’ve selected a few certbot-dns-digitalocean 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-digitalocean / certbot_dns_digitalocean / dns_digitalocean.py View on Github external
def _get_digitalocean_client(self):
        return _DigitalOceanClient(self.credentials.conf('token'))
github certbot / certbot / certbot-dns-digitalocean / certbot_dns_digitalocean / dns_digitalocean.py View on Github external
def __init__(self, *args, **kwargs):
        super(Authenticator, self).__init__(*args, **kwargs)
        self.credentials = None

certbot-dns-digitalocean

DigitalOcean DNS Authenticator plugin for Certbot

Apache-2.0
Latest version published 21 days ago

Package Health Score

90 / 100
Full package analysis

Similar packages