Skip to content

Commit

Permalink
Fix JWT abbreviation. (#1119)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex March <[email protected]>
  • Loading branch information
hosaka authored Aug 8, 2022
1 parent 01a150c commit 6c3912c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/HowTo/Upgrade/Prepare-for-The-Merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ For example, if you use [Teku] as the consensus client, you can specify the endp
[`ee-endpoint`](https://docs.teku.consensys.net/en/latest/Reference/CLI/CLI-Syntax/#ee-endpoint) in the Teku
configuration file.

### 2. Configure the Java Web Token
### 2. Configure the JSON Web Token

Java Web Token (JWT) authentication is used to secure the Engine API.
JSON Web Token (JWT) authentication is used to secure the Engine API.
You can generate a JWT using a command line tool, for example:

```bash
Expand Down

0 comments on commit 6c3912c

Please sign in to comment.