mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
Add clock sync tolerance of 5min for signed certs
This commit is contained in:
parent
4a9abab362
commit
7a7f22c1a1
@ -90,7 +90,7 @@ class SignHandler(asynchat.async_chat):
|
||||
).public_key(
|
||||
request.public_key()
|
||||
).not_valid_before(
|
||||
now
|
||||
now - timedelta(minutes=5)
|
||||
).not_valid_after(
|
||||
now + timedelta(days=
|
||||
config.SERVER_CERTIFICATE_LIFETIME
|
||||
|
Loading…
Reference in New Issue
Block a user