mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-01 03:33:47 +00:00
Update Lighthouse Book API and Advanced Usage section (#4300)
## Issue Addressed Update Information in Lighthouse Book ## Proposed Changes - move Validator Graffiti from Advanced Usage to Validator Management - update API response and command - some items that aren't too sure I put it in comment, which can be seen in raw/review format but not live ## Additional Info Please provide any additional information. For example, future considerations or information useful for reviewers. Co-authored-by: chonghe <44791194+chong-he@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
[Teku]: https://github.com/consensys/teku
|
||||
|
||||
[Web3Signer] is a tool by Consensys which allows *remote signing*. Remote signing is when a
|
||||
Validator Client (VC) out-sources the signing of messages to remote server (e.g., via HTTPS). This
|
||||
Validator Client (VC) out-sources the signing of messages to a remote server (e.g., via HTTPS). This
|
||||
means that the VC does not hold the validator private keys.
|
||||
|
||||
## Warnings
|
||||
@@ -47,7 +47,7 @@ remote signer:
|
||||
client_identity_password: "password"
|
||||
```
|
||||
|
||||
When using this file, the Lighthouse VC will perform duties for the `0xa5566..` validator and defer
|
||||
When using this file, the Lighthouse VC will perform duties for the `0xa5566..` validator and refer
|
||||
to the `https://my-remote-signer.com:1234` server to obtain any signatures. It will load a
|
||||
"self-signed" SSL certificate from `/home/paul/my-certificates/my-remote-signer.pem` (on the
|
||||
filesystem of the VC) to encrypt the communications between the VC and Web3Signer. It will use
|
||||
|
||||
Reference in New Issue
Block a user