acme modules: fix deprecation in documentation (#131)
parent
3c21079afa
commit
fc4b5225d2
|
@ -68,8 +68,8 @@ options:
|
||||||
- "The ACME version of the endpoint."
|
- "The ACME version of the endpoint."
|
||||||
- "Must be 1 for the classic Let's Encrypt and Buypass ACME endpoints,
|
- "Must be 1 for the classic Let's Encrypt and Buypass ACME endpoints,
|
||||||
or 2 for standardized ACME v2 endpoints."
|
or 2 for standardized ACME v2 endpoints."
|
||||||
- "The default value is 1. Note that in Ansible 2.14, this option *will
|
- "The default value is 1. Note that in community.crypto 2.0.0, this
|
||||||
be required* and will no longer have a default."
|
option *will be required* and will no longer have a default."
|
||||||
- "Please also note that we will deprecate ACME v1 support eventually."
|
- "Please also note that we will deprecate ACME v1 support eventually."
|
||||||
type: int
|
type: int
|
||||||
choices: [ 1, 2 ]
|
choices: [ 1, 2 ]
|
||||||
|
@ -81,8 +81,8 @@ options:
|
||||||
server (for the ACME v1 protocol). This will create technically correct,
|
server (for the ACME v1 protocol). This will create technically correct,
|
||||||
but untrusted certificates."
|
but untrusted certificates."
|
||||||
- "The default value is U(https://acme-staging.api.letsencrypt.org/directory).
|
- "The default value is U(https://acme-staging.api.letsencrypt.org/directory).
|
||||||
Note that in Ansible 2.14, this option *will be required* and will no longer
|
Note that in community.crypto 2.0.0, this option *will be required* and
|
||||||
have a default."
|
will no longer have a default."
|
||||||
- "For Let's Encrypt, all staging endpoints can be found here:
|
- "For Let's Encrypt, all staging endpoints can be found here:
|
||||||
U(https://letsencrypt.org/docs/staging-environment/). For Buypass, all
|
U(https://letsencrypt.org/docs/staging-environment/). For Buypass, all
|
||||||
endpoints can be found here:
|
endpoints can be found here:
|
||||||
|
|
Loading…
Reference in New Issue