Correct type for tls_skip_verify

Parses as boolean but needs to be represented as a string in configuration.
This commit is contained in:
Mark Gritter 2019-05-06 16:02:36 -05:00 committed by GitHub
parent 236d7c5e52
commit 4b2193333a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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