Skip to content

Commit

Permalink
Add documentation for new CLI argument --allow-no-loaded-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed Nov 9, 2023
1 parent 16e190d commit 6e77be2
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2914,10 +2914,42 @@ TEKU_VALIDATORS_EXTERNAL_TRUSTSTORE_PASSWORD_FILE=truststore_pass.txt
validators-external-signer-truststore-password-file: "truststore_pass.txt"
```

<!--/tabs-->
<!--tabs-->

Password file used to decrypt the keystore.

### allow-no-loaded-keys

<!--tabs-->

# Syntax

```bash
--allow-no-loaded-keys=<BOOLEAN>
```

# Example

```bash
--allow-no-loaded-keys=true
```

# Environment variable

```bash
TEKU_ALLOW_NO_LOADED_KEYS=true
```

# Configuration file

```bash
allow-no-loaded-keys: true
```

<!--/tabs-->

Allows the validator client to run with no loaded keys. The default is `true`.

### validators-external-signer-url

<!--tabs-->
Expand Down

0 comments on commit 6e77be2

Please sign in to comment.