diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-04-01 20:13:55 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-04-01 20:15:02 -0400 |
| commit | 9b6838eca6b6b68119cd96ce6e9502e2269ea3a1 (patch) | |
| tree | 18b920d02f024970a43751c6c2e028eb1dae7201 /static | |
| parent | f627cc0d4d54c30737d6f74841652491ca8a0fd4 (diff) | |
document attestation provisioning server
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index 238d2bb7..9090d7f5 100644 --- a/static/faq.html +++ b/static/faq.html @@ -786,6 +786,19 @@ on internet access until it becomes available.</p> </li> <li> + <p>Connections are made to a server to provision attestation + certificates for hardware-based attestation. GrapheneOS uses + https://remoteprovisioning.grapheneos.org/ by default which is a + reverse proxy to the https://remoteprovisioning.googleapis.com/ + service. Their service splits up the implementation of provisioning to + preserve privacy, and our reverse proxy adds to that since it's unable + to decrypt the provisioned keys.</p> + + <p>A setting is added at Settings ➔ Network & Internet ➔ + Attestation key provisioning for switching to directly using the + Google service if you prefer.</p> + </li> + <li> <p>DNS connectivity and functionality tests</p> </li> <li> |
