diff options
author | Felix Fontein <felix@fontein.de> | 2019-11-12 04:14:38 +0100 |
---|---|---|
committer | Matt Davis <nitzmahone@users.noreply.github.com> | 2019-11-11 19:14:38 -0800 |
commit | ea211caf5f397c38a312ba87aff1b19775e88442 (patch) | |
tree | d773eade8ebf6c791470291b7496c1b4ef4a8429 | |
parent | 9dbc5b631adc19876756da0f81bfedadd8c2975f (diff) | |
download | ansible-ea211caf5f397c38a312ba87aff1b19775e88442.tar.gz |
Buypass now has a ACME v2 production endpoint. (#64649) (#64680)
(cherry picked from commit 4083d02989da9c61e6ee1fa336985e888072dc6f)
-rw-r--r-- | lib/ansible/plugins/doc_fragments/acme.py | 6 |
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 f3e3287c63..f3a3b08bf9 100644 --- a/lib/ansible/plugins/doc_fragments/acme.py +++ b/lib/ansible/plugins/doc_fragments/acme.py @@ -64,8 +64,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 ] @@ -84,7 +84,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 |