Add note on RFC draft adherence.

This commit is contained in:
Felix Fontein
2026-03-29 22:19:35 +02:00
parent b1ae295fb7
commit 13ea1de2f3
3 changed files with 6 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ description:
- The module support for IP identifiers according to L(RFC 8738,https://www.rfc-editor.org/rfc/rfc8738.html).
- The module supports the V(dns-account-01) challenge type according to
L(acme-dns-account-label draft 02, https://datatracker.ietf.org/doc/html/draft-ietf-acme-dns-account-label-02).
Note that the supported draft version can change at any time,
and changes will only be considered breaking once the draft reached RFC status.
notes:
- At least one of O(dest) and O(fullchain_dest) must be specified.
- This module includes basic account management functionality. If you want to have more control over your ACME account,

View File

@@ -40,6 +40,8 @@ description:
L(RFC 8738,https://www.rfc-editor.org/rfc/rfc8738.html) ACME extension.
- The module supports the V(dns-account-01) challenge type according to
L(acme-dns-account-label draft 02, https://datatracker.ietf.org/doc/html/draft-ietf-acme-dns-account-label-02).
Note that the supported draft version can change at any time,
and changes will only be considered breaking once the draft reached RFC status.
seealso:
- module: community.crypto.acme_certificate_order_validate
description: Validate pending authorizations of an ACME order.

View File

@@ -22,6 +22,8 @@ description:
M(community.crypto.acme_certificate_order_finalize) modules.
- The module supports the V(dns-account-01) challenge type according to
L(acme-dns-account-label draft 02, https://datatracker.ietf.org/doc/html/draft-ietf-acme-dns-account-label-02).
Note that the supported draft version can change at any time,
and changes will only be considered breaking once the draft reached RFC status.
seealso:
- module: community.crypto.acme_certificate_order_create
description: Create an ACME order.