summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2019-11-12 04:14:45 +0100
committerMatt Davis <nitzmahone@users.noreply.github.com>2019-11-11 19:14:45 -0800
commit421612ed025cf5818ce4012252ed5f1e13222642 (patch)
tree69e379bb567e2e506cf4539471404b5ff2b879ce
parentec01279a9c7cc3d95c2ae119f28183c1c4a9bc4e (diff)
downloadansible-421612ed025cf5818ce4012252ed5f1e13222642.tar.gz
Buypass now has a ACME v2 production endpoint. (#64649) (#64681)
(cherry picked from commit 4083d02989da9c61e6ee1fa336985e888072dc6f)
-rw-r--r--lib/ansible/plugins/doc_fragments/acme.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ansible/plugins/doc_fragments/acme.py b/lib/ansible/plugins/doc_fragments/acme.py
index de62c5fa3c..c8e7cb2f8c 100644
--- a/lib/ansible/plugins/doc_fragments/acme.py
+++ b/lib/ansible/plugins/doc_fragments/acme.py
@@ -61,8 +61,8 @@ options:
acme_version:
description:
- "The ACME version of the endpoint."
- - "Must be 1 for the classic Let's Encrypt ACME endpoint and Buypass'
- current production endpoint, or 2 for standardized ACME v2 endpoints."
+ - "Must be 1 for the classic Let's Encrypt and Buypass ACME endpoints,
+ or 2 for standardized ACME v2 endpoints."
type: int
default: 1
choices: [ 1, 2 ]
@@ -81,7 +81,7 @@ options:
- "For Let's Encrypt, the production directory URL for ACME v1 is
U(https://acme-v01.api.letsencrypt.org/directory), and the production
directory URL for ACME v2 is U(https://acme-v02.api.letsencrypt.org/directory)."
- - "For Buypass, the production directory URL for ACME v1 is
+ - "For Buypass, the production directory URL for ACME v2 and v1 is
U(https://api.buypass.com/acme/directory)."
- "I(Warning): So far, the module has only been tested against Let's Encrypt
(staging and production), Buypass (staging and production), and