Skip to content

Commit

Permalink
Revise wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo committed Sep 19, 2023
1 parent fc688bc commit 45fe274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interacting/json-rpc-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The Engine API is a set of RPC methods that enable communication between an exec
By default, the Engine API uses local loopback (`127.0.0.1` or `localhost`) and `8551` port. To use a different host or port, set the `--JsonRpc.EngineHost` and `--JsonRpc.EnginePort` command line options, respectively. For example, this can be useful when execution and consensus clients are on different machines.

:::caution Important
If you specify the `--JsonRpc.EngineHost` option, the `--JsonRpc.EnginePort` option must be specified as well.
When the `--JsonRpc.EngineHost` option is specified, the `--JsonRpc.EnginePort` option must be specified as well.
:::

The Engine API uses JWT authentication and requires a JWT secret. By default, Nethermind creates one at `keystore/jwt-secret` path in its root directory. To use a different path, specify the `--JsonRpc.JwtSecretFile path/to/jwt.hex` command line option.

0 comments on commit 45fe274

Please sign in to comment.