acme_certificate: allow to request renewal of a certificate according to ARI (#739)

* Allow to request renewal of a certificate according to ARI in acme_certificate.

* Improve docs.

* Fix typo and use right object.

* Add warning.
This commit is contained in:
Felix Fontein
2024-04-30 10:47:49 +02:00
committed by GitHub
parent 6d4fc589ae
commit 33d278ad8f
3 changed files with 52 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "acme_certificate - add ``include_renewal_cert_id`` option to allow requesting renewal of a specific certificate according to the current ACME Renewal Information specification draft (https://github.com/ansible-collections/community.crypto/pull/739)."