Skip to content

Commit

Permalink
docs: Fix the default value for 'generate_signing_key'
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnayak committed Aug 14, 2017
1 parent 003bf92 commit db646c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/api/secret/ssh/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit db646c2

Please sign in to comment.