Skip to content

Commit

Permalink
Remove unencrypted flags
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhauner committed Aug 7, 2023
1 parent 37c7003 commit 1689ed6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions book/src/validator-manager-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ The command will create two files:
The VC which will receive the validators needs to have the following flags at a minimum:

- `--http`
- `--unencrypted-http-transport`
- `--http-address 127.0.0.1`
- `--http-port 5062`
- `--enable-doppelganger-protection`

Expand All @@ -135,8 +133,6 @@ Therefore, the VC command might look like:
lighthouse \
vc \
--http \
--unencrypted-http-transport \
--http-address 127.0.0.1 \
--http-port 5062 \
--enable-doppelganger-protection
```
Expand Down
8 changes: 0 additions & 8 deletions book/src/validator-manager-move.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ In reality, many host configurations are possible. For example:
The source VC needs to have the following flags at a minimum:

- `--http`
- `--unencrypted-http-transport`
- `--http-address 127.0.0.1`
- `--http-port 5062`
- `--http-allow-keystore-export`

Expand All @@ -80,8 +78,6 @@ Therefore, the source VC command might look like:
lighthouse \
vc \
--http \
--unencrypted-http-transport \
--http-address 127.0.0.1 \
--http-port 5062 \
--http-allow-keystore-export
```
Expand All @@ -91,8 +87,6 @@ lighthouse \
The destination VC needs to have the following flags at a minimum:

- `--http`
- `--unencrypted-http-transport`
- `--http-address 127.0.0.1`
- `--http-port 5062`
- `--enable-doppelganger-protection`

Expand All @@ -102,8 +96,6 @@ Therefore, the destination VC command might look like:
lighthouse \
vc \
--http \
--unencrypted-http-transport \
--http-address 127.0.0.1 \
--http-port 5062 \
--enable-doppelganger-protection
```
Expand Down

0 comments on commit 1689ed6

Please sign in to comment.