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
+1
View File
@@ -86,6 +86,7 @@ Parameters:
--challenge (-t) http-01|dns-01|tls-alpn-01 Which challenge should be used? Currently http-01, dns-01, and tls-alpn-01 are supported
--algo (-a) rsa|prime256v1|secp384r1 Which public key algorithm should be used? Supported: rsa, prime256v1 and secp384r1
--acme-profile profile_name Use specified ACME profile
--order-timeout seconds Amount of seconds to wait for processing of order until erroring out
```
## Chat