mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-31 11:31:07 +02:00
This fixes an issue where, due to clock skew, one system can get a cert and try to use it before it thinks it's actually valid. The tolerance of 30 seconds should be high enough for pretty much any set of systems using NTP. Fixes #1035