From 7940352a12d764c47acbaabb352e1e6bddf9d0f0 Mon Sep 17 00:00:00 2001 From: Christopher Chong Date: Thu, 27 Jun 2024 16:14:39 +0800 Subject: [PATCH] Revert browser related pages to v5. --- src/quick_start/browser_extension.md | 10 +++++----- src/quick_start/tlsn-js.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/quick_start/browser_extension.md b/src/quick_start/browser_extension.md index d4209ca..9334162 100644 --- a/src/quick_start/browser_extension.md +++ b/src/quick_start/browser_extension.md @@ -10,7 +10,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**: @@ -51,7 +51,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.6` +3. Update Notary API to: `https://notary.pse.dev/v0.1.0-alpha.5` 4. Click **Save** 5. Skip the next section and [continue with the notarization step](#notarize) @@ -68,9 +68,9 @@ If you plan to run a local notary server: 1. Clone the TLSNotary repository (defaults to the `main` branch, which points to the latest release): ```shell - git clone https://github.com/tlsnotary/tlsn.git + git clone --branch v0.1.0-alpha.5 https://github.com/tlsnotary/tlsn.git ``` -2. Edit the notary server config file (`notary/server/config/config.yaml`) to turn off TLS so that the browser extension can connect to the local notary server without requiring extra steps to accept self-signed certificates in the browser. +2. Edit the notary server config file (`notary-server/config/config.yaml`) to turn off TLS so that the browser extension can connect to the local notary server without requiring extra steps to accept self-signed certificates in the browser. ```yaml tls: enabled: false @@ -78,7 +78,7 @@ If you plan to run a local notary server: ``` 3. Run the notary server: ```shell - cd notary/server + cd notary-server cargo run --release ``` diff --git a/src/quick_start/tlsn-js.md b/src/quick_start/tlsn-js.md index 7c1241d..25ac85b 100644 --- a/src/quick_start/tlsn-js.md +++ b/src/quick_start/tlsn-js.md @@ -28,7 +28,7 @@ In this demo, we will request JSON data from the Star Wars API at