Production ACME v2 endpoint is available. (#37369)

pull/37377/head
Felix Fontein 7 years ago committed by ansibot
parent 93946ba627
commit 042ad70da0

@ -36,8 +36,7 @@ description:
U(https://tools.ietf.org/html/draft-ietf-acme-acme-09#section-8)"
- "Although the defaults are chosen so that the module can be used with
the Let's Encrypt CA, the module can be used with any service using the ACME
v1 or v2 protocol. I(Warning): ACME v2 support is currently experimental, as
the Let's Encrypt production ACME v2 endpoint is still under development."
v1 or v2 protocol."
- "At least one of C(dest) and C(fullchain_dest) must be specified."
requirements:
- "python >= 2.6"
@ -77,6 +76,9 @@ options:
U(https://letsencrypt.org/docs/staging-environment/)"
- "The production Let's Encrypt ACME v1 directory URL, which produces properly
trusted certificates, is U(https://acme-v01.api.letsencrypt.org/directory)."
- "The production Let's Encrypt ACME v2 directory URL, which produces properly
trusted certificates, including wildcard certificates, is
U(https://acme-v02.api.letsencrypt.org/directory)."
default: https://acme-staging.api.letsencrypt.org/directory
acme_version:
description:

Loading…
Cancel
Save