How to use the certbot-dns-ovh.certbot_dns_ovh._internal.dns_ovh.Authenticator function in certbot-dns-ovh

To help you get started, we’ve selected a few certbot-dns-ovh 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-ovh / certbot_dns_ovh / _internal / dns_ovh.py View on Github external
def add_parser_arguments(cls, add):  # pylint: disable=arguments-differ
        super(Authenticator, cls).add_parser_arguments(add, default_propagation_seconds=30)
        add('credentials', help='OVH credentials INI file.')

certbot-dns-ovh

OVH DNS Authenticator plugin for Certbot

Apache-2.0
Latest version published 1 month ago

Package Health Score

90 / 100
Full package analysis

Similar packages