Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarren White <74271903+ooojpeg@users.noreply.github.com>2020-12-19 08:44:31 +0300
committerGitHub <noreply@github.com>2020-12-19 08:44:31 +0300
commit198f7d66e65ea5693f9c2165770bdbf801592ff8 (patch)
tree02022bd281194d001e4e26a33b8b200979c11769 /certbot-dns-cloudxns
parente9bdfcc94bfa09da418fc7ebc2f874cf80d6da1f (diff)
Flag that DNS plugins are distributed separately from Certbot (#8479)
* Added note to each DNS documentation index page to mention that plugins need to be installed and are not included as standard. * Resolved issue with white space in doc files * Changed wording as discussed in PR. * Changing URL to new wildcard instructions link * Update certbot-dns-cloudflare/certbot_dns_cloudflare/__init__.py
Diffstat (limited to 'certbot-dns-cloudxns')
-rw-r--r--certbot-dns-cloudxns/certbot_dns_cloudxns/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/certbot-dns-cloudxns/certbot_dns_cloudxns/__init__.py b/certbot-dns-cloudxns/certbot_dns_cloudxns/__init__.py
index 6ddbdfe5a..0d098445c 100644
--- a/certbot-dns-cloudxns/certbot_dns_cloudxns/__init__.py
+++ b/certbot-dns-cloudxns/certbot_dns_cloudxns/__init__.py
@@ -3,6 +3,10 @@ The `~certbot_dns_cloudxns.dns_cloudxns` plugin automates the process of
completing a ``dns-01`` challenge (`~acme.challenges.DNS01`) by creating, and
subsequently removing, TXT records using the CloudXNS API.
+.. note::
+ The plugin is not installed by default. It can be installed by heading to
+ `certbot.eff.org <https://certbot.eff.org/instructions#wildcard>`_, choosing your system and
+ selecting the Wildcard tab.
Named Arguments
---------------