You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -155,20 +157,19 @@ This will create a binary in `./target/release/commit-boost-signer`. To verify i
155
157
The signer needs the following environment variables set:
156
158
-`CB_CONFIG` = path of your config file.
157
159
-`CB_JWTS` = a dummy key-value pair of [JWT](https://en.wikipedia.org/wiki/JSON_Web_Token) values for various services. Since we don't need them for the sake of just testing the binary, we can use something like `"test_jwts=dummy"`.
158
-
-`CB_SIGNER_PORT` = the network port to listen for signer requests on. Default is `20000`.
159
160
160
161
Set these values, create the `keys` and `secrets` directories listed in the configuration file, and run the binary:
Copy file name to clipboardExpand all lines: docs/docs/get_started/running/binary.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ Modules need some environment variables to work correctly.
22
22
23
23
### PBS Module
24
24
-`CB_BUILDER_URLS`: optional, comma-separated list of urls to `events` modules where to post builder events.
25
-
-`CB_PBS_ENDPOINT`: optional, override the endpoint where the PBS module will open the port for the beacon node.
25
+
-`CB_PBS_ENDPOINT`: optional, override to specify the`IP:port` endpoint where the PBS module will open the port for the beacon node.
26
26
-`CB_MUX_PATH_{ID}`: optional, override where to load mux validator keys for mux with `id=\{ID\}`.
27
27
28
28
### Signer Module
29
-
-`CB_SIGNER_PORT`: required, portto open the signer server on.
29
+
-`CB_SIGNER_ENDPOINT`: optional, override to specify the `IP:port` endpoint to bind the signer server to.
30
30
- For loading keys we currently support:
31
31
-`CB_SIGNER_LOADER_FILE`: path to a `.json` with plaintext keys (for testing purposes only).
32
32
-`CB_SIGNER_LOADER_FORMAT`, `CB_SIGNER_LOADER_KEYS_DIR` and `CB_SIGNER_LOADER_SECRETS_DIR`: paths to the `keys` and `secrets` directories or files (ERC-2335 style keystores, see [Signer config](../configuration/#signer-module) for more info).
0 commit comments