mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 14:22:56 +00:00
* Mention RFC 9773 instead of the ARI draft.
* Remove mentions of the draft.
(cherry picked from commit fcb50ed142)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -19,8 +19,7 @@ short_description: Retrieves ACME Renewal Information (ARI) for a certificate
|
||||
description:
|
||||
- Allows to retrieve renewal information on a certificate obtained with the L(ACME protocol,https://tools.ietf.org/html/rfc8555).
|
||||
- This module only works with the ACME v2 protocol, and requires the ACME server to support the ARI extension
|
||||
(U(https://datatracker.ietf.org/doc/draft-ietf-acme-ari/)).
|
||||
This module implements version 3 of the ARI draft.
|
||||
(L(RFC 9773, https://www.rfc-editor.org/rfc/rfc9773.html)).
|
||||
extends_documentation_fragment:
|
||||
- community.crypto.acme.basic
|
||||
- community.crypto.acme.no_account
|
||||
@@ -59,7 +58,7 @@ EXAMPLES = r"""
|
||||
|
||||
RETURN = r"""
|
||||
renewal_info:
|
||||
description: The ARI renewal info object (U(https://www.ietf.org/archive/id/draft-ietf-acme-ari-03.html#section-4.2)).
|
||||
description: The ARI renewal info object (U(https://www.rfc-editor.org/rfc/rfc9773.html#section-4.2)).
|
||||
returned: success
|
||||
type: dict
|
||||
contains:
|
||||
|
||||
Reference in New Issue
Block a user