mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 21:33:00 +00:00
acme_certificate and acme_certificate_create_order: add order_creation_error_strategy and order_creation_max_retries options (#842)
* Provide error information. * Add helper function for order creation retrying. * Improve existing documentation. * Document 'replaces' return value. * Add order_creation_error_strategy and order_creation_max_retries options. * Add changelog fragment. * Fix authz deactivation for finalizing step. * Fix profile handling on order creation. * Improve existing tests. * Add ARI and profile tests. * Warn when 'replaces' is removed when retrying to create an order.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
minor_changes:
|
||||
- "acme_certificate - add options ``order_creation_error_strategy`` and ``order_creation_max_retries``
|
||||
which allow to configure the error handling behavior if creating a new ACME order fails. This is
|
||||
particularly important when using the ``include_renewal_cert_id`` option, and the default value
|
||||
``auto`` for ``order_creation_error_strategy`` tries to gracefully handle related errors
|
||||
(https://github.com/ansible-collections/community.crypto/pull/842)."
|
||||
Reference in New Issue
Block a user