Fix typo about environment variable in docs (#10259)
The CLI appears to read from `VAULT_CACERT` instead of `VAULT_CA_CERT` as the docs currently say. Basing this off code [here](a8566c4f89/api/client.go (L30)
) and personal observation
This commit is contained in:
parent
88eaf5f4c3
commit
8a5a456fdb
|
@ -69,7 +69,7 @@ These parameters apply to the `seal` stanza in the Vault configuration file:
|
|||
|
||||
- `tls_ca_cert` `(string: "")`: Specifies the path to the CA certificate file used
|
||||
for communication with the Vault server. This may also be specified using the
|
||||
`VAULT_CA_CERT` environment variable.
|
||||
`VAULT_CACERT` environment variable.
|
||||
|
||||
- `tls_client_cert` `(string: "")`: Specifies the path to the client certificate
|
||||
for communication with the Vault server. This may also be specified using the
|
||||
|
|
Loading…
Reference in New Issue