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, **kwargs)[source]

Add plugin arguments to the CLI argument parser.

NOTE: If some of your flags interact with others, you can use cli.report_config_interaction to register this to ensure values are correctly saved/overridable during renewal.

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]

Module contents

certbot_dns_transip package

Imports all parts from certbot_dns_transip here