Allow configuration of ACME provider http timeout

This commit is contained in:
Tom Wiesing
2025-04-28 14:30:06 +02:00
committed by GitHub
parent 8f37c8f0c5
commit dddb68cd5f
10 changed files with 140 additions and 2 deletions
+14
View File
@@ -30,6 +30,20 @@
#
# certificatesDuration=2160
# Timeout for a complete HTTP transaction with the ACME server.
#
# Optional
# Default: 2m
#
# clientTimeout="2m"
# Timeout for receiving the response headers when communicating with the ACME server.
#
# Optional
# Default: 30s
#
# clientResponseHeaderTimeout="30s"
# Preferred chain to use.
#
# If the CA offers multiple certificate chains, prefer the chain with an issuer matching this Subject Common Name.