mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Production ACME v2 endpoint is available. (#37369)
This commit is contained in:
parent
93946ba627
commit
042ad70da0
1 changed files with 4 additions and 2 deletions
|
@ -36,8 +36,7 @@ description:
|
||||||
U(https://tools.ietf.org/html/draft-ietf-acme-acme-09#section-8)"
|
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
|
- "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
|
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
|
v1 or v2 protocol."
|
||||||
the Let's Encrypt production ACME v2 endpoint is still under development."
|
|
||||||
- "At least one of C(dest) and C(fullchain_dest) must be specified."
|
- "At least one of C(dest) and C(fullchain_dest) must be specified."
|
||||||
requirements:
|
requirements:
|
||||||
- "python >= 2.6"
|
- "python >= 2.6"
|
||||||
|
@ -77,6 +76,9 @@ options:
|
||||||
U(https://letsencrypt.org/docs/staging-environment/)"
|
U(https://letsencrypt.org/docs/staging-environment/)"
|
||||||
- "The production Let's Encrypt ACME v1 directory URL, which produces properly
|
- "The production Let's Encrypt ACME v1 directory URL, which produces properly
|
||||||
trusted certificates, is U(https://acme-v01.api.letsencrypt.org/directory)."
|
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
|
default: https://acme-staging.api.letsencrypt.org/directory
|
||||||
acme_version:
|
acme_version:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue