Skip to content

Commit

Permalink
Add reference to creating a keystore from CLI validator-api-keystore-…
Browse files Browse the repository at this point in the history
…file (#363)

* Add reference to creating a keystore from CLI validator-api-keystore-file

We had a discord question how they create a keystore, and it took some finding, so this should make it clearer...

* fix link errors

Co-authored-by: Alexandra Tran <12214231+alexandratran@users.noreply.github.com>
Co-authored-by: Alexandra Tran <alexandratran@protonmail.com>
  • Loading branch information
3 people committed Oct 3, 2022
1 parent 9a51366 commit dbd3fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ description: Install Teku from binary distribution

Teku requires Java 11+ to compile; earlier versions are not supported.

<!-- markdown-link-check-disable-next-line -->
* If using Windows, install the [Microsoft Visual C++ 2010 security update](https://www.microsoft.com/en-us/download/details.aspx?id=26999).

### Install from packaged binaries
Expand Down
1 change: 1 addition & 0 deletions docs/Reference/CLI/CLI-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -1861,6 +1861,7 @@ The default is `127.0.0.1`.
Keystore file for the [validator REST API](../Rest_API/Rest.md#enable-the-validator-client-api).
Teku can use PKCS12 or JKS keystore types.
You must [create a keystore](../../HowTo/External-Signer/Manage-keys.md#create-a-keystore) to enable access.
### validator-api-keystore-password-file
Expand Down

0 comments on commit dbd3fe5

Please sign in to comment.