From 1219b2fec589f5b01fd65db7a32c072bed4bac75 Mon Sep 17 00:00:00 2001 From: courtneyeh Date: Wed, 27 Sep 2023 09:06:20 +1000 Subject: [PATCH] Fix misleading wording around external signer public keys --- docs/reference/cli/index.md | 4 ++-- docs/reference/cli/subcommands/validator-client.md | 4 ++-- versioned_docs/version-23.8.0/reference/cli/index.md | 4 ++-- .../reference/cli/subcommands/validator-client.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/reference/cli/index.md b/docs/reference/cli/index.md index 4a9f5e004..c85cf0c03 100644 --- a/docs/reference/cli/index.md +++ b/docs/reference/cli/index.md @@ -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 diff --git a/docs/reference/cli/subcommands/validator-client.md b/docs/reference/cli/subcommands/validator-client.md index 33806686c..f62e773e8 100644 --- a/docs/reference/cli/subcommands/validator-client.md +++ b/docs/reference/cli/subcommands/validator-client.md @@ -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 diff --git a/versioned_docs/version-23.8.0/reference/cli/index.md b/versioned_docs/version-23.8.0/reference/cli/index.md index affc39e8c..284dc9f24 100644 --- a/versioned_docs/version-23.8.0/reference/cli/index.md +++ b/versioned_docs/version-23.8.0/reference/cli/index.md @@ -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 diff --git a/versioned_docs/version-23.8.0/reference/cli/subcommands/validator-client.md b/versioned_docs/version-23.8.0/reference/cli/subcommands/validator-client.md index 33806686c..f62e773e8 100644 --- a/versioned_docs/version-23.8.0/reference/cli/subcommands/validator-client.md +++ b/versioned_docs/version-23.8.0/reference/cli/subcommands/validator-client.md @@ -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