diff --git a/pr/842/acme_account_facts_module.html b/pr/842/acme_account_facts_module.html index 4df1d916..7b077098 100644 --- a/pr/842/acme_account_facts_module.html +++ b/pr/842/acme_account_facts_module.html @@ -4,7 +4,7 @@
- +Choices:
"always":
-Always retry, until the limit in order_creation_max_retries has been reached.
order_creation_max_retries has been reached.
"auto" (default):
An unspecified algorithm that tries to be clever.
Right now identical to retry_without_replaces_cert_id.
This has been the default before community.crypto 2.24.0.
"retry_without_replaces_cert_id":
-If include_renewal_cert_id is present, creating the order will be tried again without replaces.
include_renewal_cert_id is present, creating the order will be tried again without replaces.
The only exception is an error of type urn:ietf:params:acme:error:alreadyReplaced, that indicates that the certificate was already replaced. This usually means something went wrong and the user should investigate.
"always":
-Always retry, until the limit in order_creation_max_retries has been reached.
order_creation_max_retries has been reached.
"auto" (default):
An unspecified algorithm that tries to be clever.
Right now identical to retry_without_replaces_cert_id.
"fail":
Simply fail in case of errors. Do not attempt to retry.
"retry_without_replaces_cert_id":
-If replaces_cert_id is present, creating the order will be tried again without replaces.
replaces_cert_id is present, creating the order will be tried again without replaces.
The only exception is an error of type urn:ietf:params:acme:error:alreadyReplaced, that indicates that the certificate was already replaced. This usually means something went wrong and the user should investigate.