Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/encryption-attestations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Read more about aTLS in the [Constellation documentation](https://github.com/edg
As part of the aTLS handshake, the client (i.e. user) can verify that the server runs inside a TEE instance with specific measurements
(i.e. specific codebase and configuration).

You can use [this tool](https://github.com/flashbots/cvm-reverse-proxy/blob/get-measurements/cmd/attested-get/main.go) to get the certificate with TEE attestation:
You can use [this tool](https://github.com/flashbots/cvm-reverse-proxy/blob/main/cmd/attested-get/main.go) to get the certificate with TEE attestation:

```bash
# Install attested-get
Expand Down