mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix error in description of acme_directory (#3034)
This commit is contained in:
parent
10ac3ba617
commit
ead83cd148
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ options:
|
||||||
- "The ACME directory to use. This is the entry point URL to access
|
- "The ACME directory to use. This is the entry point URL to access
|
||||||
CA server API."
|
CA server API."
|
||||||
- "For safety reasons the default is set to the Let's Encrypt staging server.
|
- "For safety reasons the default is set to the Let's Encrypt staging server.
|
||||||
This will create technically correct, but untrusted certifiactes."
|
This will create technically correct, but untrusted certificates."
|
||||||
required: false
|
required: false
|
||||||
default: https://acme-staging.api.letsencrypt.org/directory
|
default: https://acme-staging.api.letsencrypt.org/directory
|
||||||
agreement:
|
agreement:
|
||||||
|
|
Loading…
Reference in a new issue