diff --git a/certbot-dns-cloudflare/certbot_dns_cloudflare/__init__.py b/certbot-dns-cloudflare/certbot_dns_cloudflare/__init__.py index 6bb22fce2..779a1002a 100644 --- a/certbot-dns-cloudflare/certbot_dns_cloudflare/__init__.py +++ b/certbot-dns-cloudflare/certbot_dns_cloudflare/__init__.py @@ -4,6 +4,20 @@ completing a `dns-01` challenge (`~acme.challenges.DNS01`) using the Cloudflare API. +Named Arguments +--------------- + +====================================== ======= ============================== +Argument Default Description +====================================== ======= ============================== +`--dns-cloudflare-credentials` None Cloudflare credentials INI + file. (See Credentials_.) +`--dns-cloudflare-propagation-seconds` 10 The number of seconds to wait + for DNS to propagate before + asking the ACME server to + verify the DNS record. +====================================== ======= ============================== + Credentials -----------