Buypass now has a ACME v2 production endpoint. (#64649) (#64680)

(cherry picked from commit 4083d02989)
pull/64692/head
Felix Fontein 5 years ago committed by Matt Davis
parent 9dbc5b631a
commit ea211caf5f

@ -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

Loading…
Cancel
Save