certbot_dns_transip package

Submodules

certbot_dns_transip.dns_transip module

certbot DNS plugin for Transip.

class certbot_dns_transip.dns_transip.Authenticator(*args, **kwargs)[source]

Bases: certbot.plugins.dns_common.DNSAuthenticator

DNS Authenticator for Transip.

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

classmethod add_parser_arguments(add, **_)[source]

Add plugin arguments to the CLI argument parser.

Parameters:add (callable) – Function that proxies calls to argparse.ArgumentParser.add_argument prepending options with unique plugin name prefix.
description = 'Obtain certs using a DNS TXT record (if you are using Transip for DNS).'
more_info()[source]

Returns info about this plugin.

Module contents

certbot_dns_transip package.

Imports all parts from certbot_dns_transip here