Skip to content

Commit

Permalink
Clarify to use pubkeys flag instead of fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Apr 18, 2024
1 parent 28e90d0 commit fa78e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/validator-management/external-signer.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Internet and appropriate firewall rules should be in place to restrict access on

## Configuration

Lodestar provides [CLI options](./validator-cli.md#--externalsignerurl) to configure an external signer.
Lodestar provides [CLI options](./validator-cli.md#--externalsignerurl) to connect an external signer.

```sh
./lodestar validator --externalSigner.url "http://localhost:9000" --externalSigner.fetch
Expand All @@ -20,4 +20,4 @@ by adding newly discovered public keys and removing no longer present public key
By default, the list of public keys will be fetched from the external signer once per epoch (6.4 minutes). This interval can be configured by setting [`--externalSigner.fetchInterval`](./validator-cli.md#--externalsignerfetchinterval) flag which takes a number in milliseconds.

Alternatively, if it is not desired to use all public keys imported on the external signer, it is also possible to explicitly specify a list of public keys to use
by setting the [`--externalSigner.pubkeys`](./validator-cli.md#--externalsignerpubkeys) flag.
by setting the [`--externalSigner.pubkeys`](./validator-cli.md#--externalsignerpubkeys) flag instead of [`--externalSigner.fetch`](./validator-cli.md#--externalsignerfetch).

0 comments on commit fa78e38

Please sign in to comment.