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:
Jaskanwal Pawar 2020-12-02 15:09:00 -08:00 committed by GitHub
parent 88eaf5f4c3
commit 8a5a456fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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