From fd4a512e35a8c1fa3f7f7c3af429166368ae4583 Mon Sep 17 00:00:00 2001 From: felixfontein Date: Sun, 5 May 2024 18:12:22 +0000 Subject: [PATCH] deploy: 5e59c5261e7664c9f823ff2633c67d4d5de931b5 --- branch/main/acme_certificate_module.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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).

-
ACME TLS ALPN Challenge Extension

The specification of the tls-alpn-01 challenge (RFC 8737).

+
ACME TLS ALPN Challenge Extension

The specification of the tls-alpn-01 challenge (RFC 8737).

community.crypto.acme_challenge_cert_helper

Helps preparing tls-alpn-01 challenges.

@@ -912,7 +912,7 @@ see

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

@@ -922,7 +922,7 @@ see

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