From fedc0b127fab259e942a0ce71854e1e982d5904d Mon Sep 17 00:00:00 2001 From: miagilepner Date: Wed, 30 Oct 2024 19:00:07 +0100 Subject: [PATCH] Fix VAULT_CACERT environment variable (#28727) --- website/content/partials/global-settings/both/ca-cert.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/partials/global-settings/both/ca-cert.mdx b/website/content/partials/global-settings/both/ca-cert.mdx index bc22805824..b98ecfca43 100644 --- a/website/content/partials/global-settings/both/ca-cert.mdx +++ b/website/content/partials/global-settings/both/ca-cert.mdx @@ -1,6 +1,6 @@ -**`[-ca-cert | VAULT_CA_CERT] (string : "")`** +**`[-ca-cert | VAULT_CACERT] (string : "")`** Path to a PEM-encoded CA certificate file on the local disk. Used to verify SSL certificates for the server. **Takes precedence over `-ca_path`**. @@ -8,5 +8,5 @@ certificates for the server. **Takes precedence over `-ca_path`**. **Examples**: - CLI flag: `-ca-cert "/path/to/certs/mycert.pem"` -- Environment variable: `export VAULT_CA_CERT="/path/to/certs/mycert.pem"` +- Environment variable: `export VAULT_CACERT="/path/to/certs/mycert.pem"`