Correct type for tls_skip_verify
Parses as boolean but needs to be represented as a string in configuration.
This commit is contained in:
parent
236d7c5e52
commit
4b2193333a
|
@ -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
|
- `tls_min_version` `(string: "tls12")` – Specifies the minimum TLS version to
|
||||||
use. Accepted values are `"tls10"`, `"tls11"` or `"tls12"`.
|
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.
|
Using this option is highly discouraged.
|
||||||
|
|
||||||
## ACLs
|
## ACLs
|
||||||
|
|
Loading…
Reference in a new issue