mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 17:39:12 +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( | ||||
|                     request.public_key() | ||||
|                 ).not_valid_before( | ||||
|                     now | ||||
|                     now - timedelta(minutes=5) | ||||
|                 ).not_valid_after( | ||||
|                     now + timedelta(days= | ||||
|                         config.SERVER_CERTIFICATE_LIFETIME | ||||
|   | ||||
		Reference in New Issue
	
	Block a user