From 4b2193333afce8dda3936fafb9c0f3b6e3c204f7 Mon Sep 17 00:00:00 2001 From: Mark Gritter Date: Mon, 6 May 2019 16:02:36 -0500 Subject: [PATCH] Correct type for tls_skip_verify Parses as boolean but needs to be represented as a string in configuration. --- website/source/docs/configuration/storage/consul.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/storage/consul.html.md b/website/source/docs/configuration/storage/consul.html.md index 9accd2602..e6822f024 100644 --- a/website/source/docs/configuration/storage/consul.html.md +++ b/website/source/docs/configuration/storage/consul.html.md @@ -135,7 +135,7 @@ connection. You can read more about encrypting Consul connections on the - `tls_min_version` `(string: "tls12")` – Specifies the minimum TLS version to use. Accepted values are `"tls10"`, `"tls11"` or `"tls12"`. -- `tls_skip_verify` `(bool: false)` – Disable verification of TLS certificates. +- `tls_skip_verify` `(string: "false")` – Disable verification of TLS certificates. Using this option is highly discouraged. ## ACLs