Skip to content

Commit

Permalink
Update docs to remove ETH1 and ETH2
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniefromtheblock committed Jan 24, 2024
1 parent c2e4ba1 commit 959e8ea
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/tutorials/configure-external-signer-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 \
Expand All @@ -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/

0 comments on commit 959e8ea

Please sign in to comment.