diff --git a/plugins/modules/acme_certificate.py b/plugins/modules/acme_certificate.py index 0e8dd3d3..ce1e05b7 100644 --- a/plugins/modules/acme_certificate.py +++ b/plugins/modules/acme_certificate.py @@ -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, diff --git a/plugins/modules/acme_certificate_order_create.py b/plugins/modules/acme_certificate_order_create.py index d960ce06..26bf2a54 100644 --- a/plugins/modules/acme_certificate_order_create.py +++ b/plugins/modules/acme_certificate_order_create.py @@ -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. diff --git a/plugins/modules/acme_certificate_order_info.py b/plugins/modules/acme_certificate_order_info.py index d628fe48..9241b0da 100644 --- a/plugins/modules/acme_certificate_order_info.py +++ b/plugins/modules/acme_certificate_order_info.py @@ -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.