You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/key-transparency/api/namespaces.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ sidebar:
5
5
order: 2
6
6
---
7
7
8
-
The Cloudflare Key Transparency API is organized in namespaces, representing a log Cloudflare Auditor monitors. If you want to register a namespace, contact us.
8
+
The Cloudflare Key Transparency API is organized in namespaces, each one representing a Log Cloudflare Auditor monitors. If you want to register a namespace, contact us.
9
9
10
10
## Create a namespace
11
11
@@ -15,8 +15,8 @@ The following fields are required when making a `POST` request:
15
15
-`public`
16
16
-`root`
17
17
-`signature_version`:
18
-
- 0x0001 is for [Protobuf serialisation](https://github.com/cloudflare/plexi/blob/main/plexi_core/src/proto/specs/types.proto) Ed25519 signature from the Auditor
19
-
- 0x0002 is for [bincode serialisation](https://github.com/bincode-org/bincode/blob/trunk/docs/spec.md) E25519 serialisation by the Auditor
18
+
- 0x0001 for [Protobuf serialisation](https://github.com/cloudflare/plexi/blob/main/plexi_core/src/proto/specs/types.proto) Ed25519 signature from the Auditor
19
+
- 0x0002 for [bincode serialisation](https://github.com/bincode-org/bincode/blob/trunk/docs/spec.md) E25519 serialisation by the Auditor
20
20
21
21
The `log_directory` field is optional. If set, Cloudflare will use it to fetch audit proofs and validate them.
0 commit comments