mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-07 06:01:03 +00:00
Add clock sync tolerance of 5min for signed certs
This commit is contained in:
@@ -90,7 +90,7 @@ class SignHandler(asynchat.async_chat):
|
|||||||
).public_key(
|
).public_key(
|
||||||
request.public_key()
|
request.public_key()
|
||||||
).not_valid_before(
|
).not_valid_before(
|
||||||
now
|
now - timedelta(minutes=5)
|
||||||
).not_valid_after(
|
).not_valid_after(
|
||||||
now + timedelta(days=
|
now + timedelta(days=
|
||||||
config.SERVER_CERTIFICATE_LIFETIME
|
config.SERVER_CERTIFICATE_LIFETIME
|
||||||
|
Reference in New Issue
Block a user