From d3580baefb7ce238379b7bb876cec3ea2a40bd7f Mon Sep 17 00:00:00 2001 From: Hendrik Eeckhaut Date: Mon, 5 May 2025 17:17:52 +0200 Subject: [PATCH] update to alpha.10 (#125) * update to alpha.10 * replaced notary version table with link to notary index --- src/developers/notary_server.md | 10 +--------- src/quick_start/browser_extension.md | 4 ++-- src/quick_start/tlsn-js.md | 6 +++--- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/src/developers/notary_server.md b/src/developers/notary_server.md index 6b2704f..53d2b5f 100644 --- a/src/developers/notary_server.md +++ b/src/developers/notary_server.md @@ -63,15 +63,7 @@ Please refer to the list of all HTTP APIs [here](./notary_server_api.html), and The TLSNotary team hosts a public notary server for development, experimentation, and demonstration purposes. The server is currently open to everyone, provided that it is used fairly. -We host multiple versions of the notary server: - -| Version | Notary URL | Info/Status | GitHub | Note | -| -------------- | ------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | -| v0.1.0-alpha.8 | https://notary.pse.dev/v0.1.0-alpha.8 | [info](https://notary.pse.dev/v0.1.0-alpha.8/info)/[health](https://notary.pse.dev/v0.1.0-alpha.8/healthcheck) | [v0.1.0-alpha.8](https://github.com/tlsnotary/tlsn/tree/v0.1.0-alpha.8/crates/notary/server) | [Release notes](https://github.com/tlsnotary/tlsn/releases/tag/v0.1.0-alpha.8) | -| v0.1.0-alpha.7 | https://notary.pse.dev/v0.1.0-alpha.7 | [info](https://notary.pse.dev/v0.1.0-alpha.7/info)/[health](https://notary.pse.dev/v0.1.0-alpha.7/healthcheck) | [v0.1.0-alpha.7](https://github.com/tlsnotary/tlsn/tree/v0.1.0-alpha.7/crates/notary/server) | [Release notes](https://github.com/tlsnotary/tlsn/releases/tag/v0.1.0-alpha.7) | -| nightly | https://notary.pse.dev/nightly | [info](https://notary.pse.dev/nightly/info)/[health](https://notary.pse.dev/nightly/healthcheck) | [dev](https://github.com/tlsnotary/tlsn/tree/dev/crates/notary/server) | | - -Alpha.8 and later run the TLSNotary notary software in a Trusted Execution Environment (TEE), Intel SGX on Azure. +We host multiple versions of the notary server: Check to get a list of the currently hosted versions. The version with a `-sgx` suffix run the TLSNotary notary software in a Trusted Execution Environment (TEE), Intel SGX on Azure. You can verify the software attestation by visiting `https://notary.pse.dev//info`. To check the status of the notary server, visit the `healthcheck` endpoint at: diff --git a/src/quick_start/browser_extension.md b/src/quick_start/browser_extension.md index 79f6f1c..a0e5ff4 100644 --- a/src/quick_start/browser_extension.md +++ b/src/quick_start/browser_extension.md @@ -11,7 +11,7 @@ The easiest way to install the TLSN browser extension is to use **[Chrome Web St ![](images/chromewebstore.png) Alternatively, you can install it manually: -1. Download the browser extension from +1. Download the browser extension from 2. Unzip ⚠️ This is a flat zip file, so be careful if you unzip from the command line, this zip file contains many file at the top level 3. Open **Manage Extensions**: @@ -55,7 +55,7 @@ To create a TLSNotary proof, the browser extension needs a TLSNotary notary serv To use the TLSNotary team notary server: 1. Open the extension 2. Click **Options** -3. Update Notary API to: `https://notary.pse.dev/v0.1.0-alpha.8` +3. Update Notary API to: `https://notary.pse.dev/v0.1.0-alpha.10` 4. Click **Save** 5. Skip the next section and [continue with the notarization step](#notarize) diff --git a/src/quick_start/tlsn-js.md b/src/quick_start/tlsn-js.md index 405a752..dbf113b 100644 --- a/src/quick_start/tlsn-js.md +++ b/src/quick_start/tlsn-js.md @@ -24,13 +24,13 @@ In this demo, we will request JSON data from the Star Wars API at