Skip to content

Commit 7b2d78b

Browse files
committed
Replace relative links
1 parent 714c570 commit 7b2d78b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

src/content/docs/key-transparency/api/auditor-information.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
pcx_content_type: overview
33
title: Auditor
4-
sidebar:
4+
sidebar:
55
order: 1
66
---
77

8-
The Auditor is designed to sign epoch information, which includes the time at which the request is received by the Auditor, the epoch number, and the epoch digest. The Auditor serialises this information in binary using protobuf or bincode and checks whether the requested inclusion is valid, as in not satisfies [publication constraints](./epochs/#constraints).
8+
The Auditor is designed to sign epoch information, which includes the time at which the request is received by the Auditor, the epoch number, and the epoch digest. The Auditor serializes this information in binary using protobuf or bincode and checks whether the requested inclusion is valid, as in not satisfies [publication constraints](/key-transparency/api/epochs/#constraints).
99

1010
If the Log is setup to provide [AKD](https://github.com/facebook/akd) audit proof, the Auditor verifies them asynchronously.
1111

src/content/docs/key-transparency/monitor-the-auditor/index.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ sidebar:
77

88
Cloudflare's Key Transparency Auditor validates Log audit proofs and provides a signature for them. The Log can then distribute these signatures to its end-users, and provides users with confidence that keys have not been tampered with.
99

10-
In order to verify our work, you can use [Plexi](https://github.com/cloudflare/plexi), a CLI tool that allows anyone to perform proof verification locally via a public [API](./api/index.mdx).
10+
In order to verify our work, you can use [Plexi](https://github.com/cloudflare/plexi), a CLI tool that allows anyone to perform proof verification locally via a public [API](/key-transparency/api/).
1111

1212
## Features
1313

14-
* Verify authenticity of a signature, to confirm it has been signed by a given public key
15-
* Verify the validity of [facebook/akd](https://github.com/facebook/akd) proofs
16-
* List Logs an Auditor monitors
14+
- Verify authenticity of a signature, to confirm it has been signed by a given public key
15+
- Verify the validity of [facebook/akd](https://github.com/facebook/akd) proofs
16+
- List Logs an Auditor monitors
1717

1818
## Installation
1919

2020
| Environment | CLI Command |
21-
|:--------------------------------------------------------------|:----------------------|
21+
| :------------------------------------------------------------ | :-------------------- |
2222
| [Cargo](https://www.rust-lang.org/tools/install) (Rust 1.76+) | `cargo install plexi` |
2323

2424
## Usage
@@ -31,14 +31,14 @@ plexi [OPTIONS] <COMMAND>
3131

3232
### Configure your auditor remote
3333

34-
`plexi` does not come with a default remote auditor, and you will need to choose your own.
34+
`plexi` does not come with a default remote auditor, and you will need to choose your own.
3535

3636
You can do so either by passing `--remote-url=<REMOTE>` or setting the `PLEXI_REMOTE_URL` environment variable.
3737

38-
A common remote is provided below:
38+
A common remote is provided below:
3939

4040
| Name | Remote |
41-
|:-----------|:------------------------------------------------|
41+
| :--------- | :---------------------------------------------- |
4242
| Cloudflare | `https://plexi.key-transparency.cloudflare.com` |
4343

4444
If you have deployed your own auditor, you can add a remote by filing a [GitHub issue](https://github.com/cloudflare/plexi/issues).
@@ -59,6 +59,7 @@ The Key Transparency Auditor vouches for Log validity by ensuring epoch uniquene
5959
`plexi audit` provides information about a given epoch and its validity. It can perform a local audit to confirm the auditor behaviour.
6060

6161
For instance, to verify WhatsApp Log auditted by Cloudflare Auditor, run the following:
62+
6263
```shell
6364
> plexi audit --remote-url 'https://plexi.key-transparency.cloudflare.com' --namespace 'whatsapp.key-transparency.v1' --long
6465
Namespace: whatsapp.key-transparency.v1

0 commit comments

Comments
 (0)