mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
double acme timeout.
helps when having large installations of certs renewing at the same time.
This commit is contained in:
parent
f47f8d3f5e
commit
3d88ea442e
@ -157,7 +157,7 @@ struct acme_auth {
|
||||
#define ACME_ORDER_STATE_FETCH_CERT 7
|
||||
#define ACME_ORDER_STATE_COMPLETE 8
|
||||
#define ACME_ORDER_TICK 1000
|
||||
#define ACME_ORDER_TIMEOUT 120000
|
||||
#define ACME_ORDER_TIMEOUT 240000
|
||||
|
||||
#define ACME_ORDER_CSR_REQUESTED 0x1000
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user