diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-12 22:11:01 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-12 22:14:09 +0100 |
commit | 8c70ba081e9892217510b6b01f0402482161ef84 (patch) | |
tree | b2d238aa98190833f7a5c4aa43cf2e7581823425 /config/lacme.conf | |
parent | 0f574f73182491fe793fcdfce6632372fab4d5c3 (diff) |
Raise client timeout from 10 to 30s.
Diffstat (limited to 'config/lacme.conf')
-rw-r--r-- | config/lacme.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lacme.conf b/config/lacme.conf index cc8488d..e49bd39 100644 --- a/config/lacme.conf +++ b/config/lacme.conf @@ -42,7 +42,7 @@ # Timeout in seconds after which the client stops polling the ACME # server and considers the request failed. # -#timeout = 10 +#timeout = 30 # Whether to verify the server certificate chain. # |