|
|
|
|
|
by nine_k
1261 days ago
|
|
For TLS, you need a roughly correct time; being many minutes off is usually acceptable. No need for GPS clocks and other such stuff. Ideally your machine should have a functioning battety-backed RTC. The vast majority of larger machines do. In a data center, DHCP or well-known local addresses should offer hard-to-spoof poiners to local NTP servers for bootstrapping. I don't see a large problem here; a reasonable startup sequence that makes sure a correct time is set before attempting TLS connections should just work. DNS requiring TLS and thus a correct system time is slightly novel, so approaches ignoring it expectedly fail. |
|