Added a configuration parameter to allow for timeouts during order processing (fixes #955)

This commit is contained in:
Lukas Schauer
2025-05-02 14:34:34 +02:00
parent 0141d86267
commit bec154f070
4 changed files with 25 additions and 2 deletions

View File

@@ -133,3 +133,6 @@
# Request certificate with specific profile (default: <unset>)
#ACME_PROFILE=
# Amount of seconds to wait for processing of order until erroring out (default: 0 => no timeout)
#ORDER_TIMEOUT=0