mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
docs: Fix the default value for 'generate_signing_key'
This commit is contained in:
parent
003bf92000
commit
db646c2c7a
1 changed files with 1 additions and 1 deletions
|
|
@ -619,7 +619,7 @@ overridden._
|
|||
- `public_key` `(string: "")` – Specifies the public key part of the SSH CA key
|
||||
pair; required if `generate_signing_key` is false.
|
||||
|
||||
- `generate_signing_key` `(bool: false)` – Specifies if Vault should generate
|
||||
- `generate_signing_key` `(bool: true)` – Specifies if Vault should generate
|
||||
the signing key pair internally. The generated public key will be returned so
|
||||
you can add it to your configuration.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue