mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 22:33:53 +00:00
Add note on RFC draft adherence.
This commit is contained in:
@@ -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 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
|
- 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).
|
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:
|
notes:
|
||||||
- At least one of O(dest) and O(fullchain_dest) must be specified.
|
- 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,
|
- This module includes basic account management functionality. If you want to have more control over your ACME account,
|
||||||
|
|||||||
@@ -40,6 +40,8 @@ description:
|
|||||||
L(RFC 8738,https://www.rfc-editor.org/rfc/rfc8738.html) ACME extension.
|
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
|
- 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).
|
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:
|
seealso:
|
||||||
- module: community.crypto.acme_certificate_order_validate
|
- module: community.crypto.acme_certificate_order_validate
|
||||||
description: Validate pending authorizations of an ACME order.
|
description: Validate pending authorizations of an ACME order.
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ description:
|
|||||||
M(community.crypto.acme_certificate_order_finalize) modules.
|
M(community.crypto.acme_certificate_order_finalize) modules.
|
||||||
- The module supports the V(dns-account-01) challenge type according to
|
- 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).
|
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:
|
seealso:
|
||||||
- module: community.crypto.acme_certificate_order_create
|
- module: community.crypto.acme_certificate_order_create
|
||||||
description: Create an ACME order.
|
description: Create an ACME order.
|
||||||
|
|||||||
Reference in New Issue
Block a user