diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-30 11:54:21 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-30 11:54:51 -0400 |
| commit | 121c8161502a1a7b9b3d73c3dfd42c07023b8c5f (patch) | |
| tree | a97ad2e374102e29d570c7038d65c5b62321ac6a /static/faq.html | |
| parent | 36871a0d7f31db8aebe0a642134b59f59d7b95e4 (diff) | |
explain our server time sync setup
Diffstat (limited to 'static/faq.html')
| -rw-r--r-- | static/faq.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/faq.html b/static/faq.html index ad56146b..b66c5428 100644 --- a/static/faq.html +++ b/static/faq.html @@ -896,7 +896,9 @@ by default, and OEMs can choose the priority order). Network time updates are security sensitive since certificate validation depends on having an accurate time, but the standard NTP / SNTP protocols used - across most OSes have no authentication or encryption.</p> + across most OSes have no authentication. Our servers obtain the time + from 6 independent NTP servers with NTS for authentication where at + least 3 servers need to agree on the time for it to be updated.</p> <p>We plan to offer a toggle to use the standard functionality instead of HTTPS-based time updates in order to blend in with other devices.</p> |
