mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 01:42:06 -04:00
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
f250d779e0
commit
f3558fc35c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue