diff --git a/branch/main/acme_certificate_module.html b/branch/main/acme_certificate_module.html index 0ae57259..2c57f1e6 100644 --- a/branch/main/acme_certificate_module.html +++ b/branch/main/acme_certificate_module.html @@ -660,7 +660,7 @@ see Automatic Certificate Management Environment (ACME)
The specification of the ACME protocol (RFC 8555).
The specification of the tls-alpn-01 challenge (RFC 8737).
The specification of the tls-alpn-01 challenge (RFC 8737).
Helps preparing tls-alpn-01 challenges.
dictionary
For every identifier, provides a dictionary of challenge types mapping to challenge data.
-The keys in this dictionary the identifiers. identifier is a placeholder used in the documentation.
The keys in this dictionary are the identifiers. identifier is a placeholder used in the documentation.
Note that the keys are not valid Jinja2 identifiers.
Returned: changed
dictionary
Data for every challenge type.
-The keys in this dictionary the challenge types. challenge-type is a placeholder used in the documentation. Possible keys are http-01, dns-01, and tls-alpn-01.
The keys in this dictionary are the challenge types. challenge-type is a placeholder used in the documentation. Possible keys are http-01, dns-01, and tls-alpn-01.
Note that the keys are not valid Jinja2 identifiers.
Returned: changed