From 09d0a894d75580c6d9575d122d1d55c7013fd64c Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Mon, 14 Aug 2017 12:39:11 -0400 Subject: [PATCH] docs: Fix the default value for 'generate_signing_key' --- website/source/api/secret/ssh/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/secret/ssh/index.html.md b/website/source/api/secret/ssh/index.html.md index 1de91f13d..2b9471455 100644 --- a/website/source/api/secret/ssh/index.html.md +++ b/website/source/api/secret/ssh/index.html.md @@ -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.