The value the resource has to produce for the validation.
For http-01 and dns-01 challenges, the value can be used as-is.
-
For tls-alpn-01 challenges, note that this return value contains a Base64 encoded version of the correct binary blob which has to be put into the acmeValidation x509 extension; see https://www.rfc-editor.org/rfc/rfc8737.html#section-3 for details. To do this, you might need the ansible.builtin.b64decode Jinja filter to extract the binary blob from this return value.
+
For tls-alpn-01 challenges, note that this return value contains a Base64 encoded version of the correct binary blob which has to be put into the acmeValidation x509 extension; see https://www.rfc-editor.org/rfc/rfc8737.html#section-3 for details. To do this, you might need the ansible.builtin.b64decode Jinja filter to extract the binary blob from this return value.
Returned: changed
Sample: "IlirfxKKXA...17Dt3juxGJ-PCt92wr-oA"
diff --git a/branch/main/acme_certificate_order_create_module.html b/branch/main/acme_certificate_order_create_module.html
index c4eb9322..0d2d9424 100644
--- a/branch/main/acme_certificate_order_create_module.html
+++ b/branch/main/acme_certificate_order_create_module.html
@@ -615,7 +615,7 @@ If