Skip to content

Commit

Permalink
Fix misleading wording around external signer public keys
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed Sep 26, 2023
1 parent 7453cf5 commit 1219b2f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2723,10 +2723,10 @@ List or URL of validator public keys used by an external signer (for example, We
Use the URL to load the public keys from a remote service. For example:
```bash
--validators-external-signer-public-keys=http://localhost:9900/publicKeys
--validators-external-signer-public-keys=http://localhost:9900/api/v1/eth2/publicKeys
```
Use the value `external-signer` to load all public keys managed by the external signer. Teku automatically queries the external signer's [`/publicKeys` endpoint](https://consensys.github.io/web3signer/web3signer-eth2.html#tag/Public-Key).
Use the value `external-signer` to load all public keys managed by the external signer. Teku automatically queries the external signer's [public keys endpoint](https://consensys.github.io/web3signer/web3signer-eth2.html#tag/Public-Key).

```bash
--validators-external-signer-public-keys=external-signer
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/cli/subcommands/validator-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -787,10 +787,10 @@ List or URL of validator public keys used by an external signer (for example, [W
Use the URL to load the public keys from a remote service. For example:

```bash
--validators-external-signer-public-keys=http://localhost:9900/publicKeys
--validators-external-signer-public-keys=http://localhost:9900/api/v1/eth2/publicKeys
```

Use the value `external-signer` to load all public keys managed by the external signer. Teku automatically queries the external signer's [`/publicKeys` endpoint](https://consensys.github.io/web3signer/web3signer-eth2.html#tag/Public-Key).
Use the value `external-signer` to load all public keys managed by the external signer. Teku automatically queries the external signer's [public keys endpoint](https://consensys.github.io/web3signer/web3signer-eth2.html#tag/Public-Key).

```bash
--validators-external-signer-public-keys=external-signer
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-23.8.0/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2715,10 +2715,10 @@ List or URL of validator public keys used by an external signer (for example, We
Use the URL to load the public keys from a remote service. For example:
```bash
--validators-external-signer-public-keys=http://localhost:9900/publicKeys
--validators-external-signer-public-keys=http://localhost:9900/api/v1/eth2/publicKeys
```
Use the value `external-signer` to load all public keys managed by the external signer. Teku automatically queries the external signer's [`/publicKeys` endpoint](https://consensys.github.io/web3signer/web3signer-eth2.html#tag/Public-Key).
Use the value `external-signer` to load all public keys managed by the external signer. Teku automatically queries the external signer's [public keys endpoint](https://consensys.github.io/web3signer/web3signer-eth2.html#tag/Public-Key).

```bash
--validators-external-signer-public-keys=external-signer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -787,10 +787,10 @@ List or URL of validator public keys used by an external signer (for example, [W
Use the URL to load the public keys from a remote service. For example:

```bash
--validators-external-signer-public-keys=http://localhost:9900/publicKeys
--validators-external-signer-public-keys=http://localhost:9900/api/v1/eth2/publicKeys
```

Use the value `external-signer` to load all public keys managed by the external signer. Teku automatically queries the external signer's [`/publicKeys` endpoint](https://consensys.github.io/web3signer/web3signer-eth2.html#tag/Public-Key).
Use the value `external-signer` to load all public keys managed by the external signer. Teku automatically queries the external signer's [public keys endpoint](https://consensys.github.io/web3signer/web3signer-eth2.html#tag/Public-Key).

```bash
--validators-external-signer-public-keys=external-signer
Expand Down

0 comments on commit 1219b2f

Please sign in to comment.