diff --git a/docs/tutorials/configure-external-signer-tls.md b/docs/tutorials/configure-external-signer-tls.md index a98cd8989..8b32344e3 100644 --- a/docs/tutorials/configure-external-signer-tls.md +++ b/docs/tutorials/configure-external-signer-tls.md @@ -24,7 +24,7 @@ This tutorial configures TLS between Teku and Web3Signer, and use the [`keytool` - [Java `keytool`](https://docs.oracle.com/en/java/javase/12/tools/keytool.html). - A running execution client such as [Hyperledger Besu], or cloud-based service such as [Infura] synced to the Goerli testnet. -This tutorial connects to an ETH2 testnet, and uses [Infura] to access the Goerli ETH1 testnet. You can sign up for a free [Infura] account, or you can start your own [ETH1 Goerli node]. +This tutorial connects to an Ethereum testnet for the consensus layer and uses Infura to access the Goerli testnet for the execution layer. You can sign up for a free [Infura] account, or you can set up your own [Goerli node] node for the execution layer, which uses [Infura] to access the Goerli testnet. ## 1. Create keystores @@ -152,15 +152,9 @@ eth2 --slashing-protection-enabled=false Start Teku and specify the [keystore](#teku-keystore-and-password-file) and [truststore](#2-create-the-truststore-and-password-file) created earlier, with the accompanying password files. -:::caution - -This example connects to an [Infura] ETH1 endpoint, if running your own client, like [Hyperledger Besu], then add the JSON-RPC URL of the ETH1 node to the [`--eth1-endpoint`](../reference/cli/index.md#eth1-endpoint-eth1-endpoints) command line option. - -::: ```bash teku --network=goerli \ ---eth1-endpoint=https://goerli.infura.iov3/d0f36ceb0c324eef9984422efbc51f21 \ --validators-external-signer-public-keys=0xa99a...e44c,0xb89b...4a0b \ --validators-external-signer-url=https://localhost:9000 \ --validators-external-signer-truststore=/Users/me/certs/web3signer_truststore.p12 \ @@ -174,5 +168,5 @@ teku --network=goerli \ [Web3Signer]: https://docs.web3signer.consensys.net/en/latest/ [Hyperledger Besu]: https://besu.hyperledger.org/development/public-networks/get-started/install [Infura]: https://infura.io/ -[ETH1 Goerli node]: https://besu.hyperledger.org/development/public-networks/get-started/start-node#run-a-node-on-goerli-testnet +[Goerli node]: https://besu.hyperledger.org/development/public-networks/get-started/start-node#run-a-node-on-goerli-testnet [Web3Signer slashing protection]: https://docs.web3signer.consensys.net/en/latest/concepts/slashing-protection/