mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-31 02:28:09 +00:00 
			
		
		
		
	Fix VAULT_CACERT environment variable (#28727)
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| <a id="global-ca-cert" /> | <a id="global-ca-cert" /> | ||||||
|  |  | ||||||
| **`[-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 | 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`**. | certificates for the server. **Takes precedence over `-ca_path`**. | ||||||
| @@ -8,5 +8,5 @@ certificates for the server. **Takes precedence over `-ca_path`**. | |||||||
| **Examples**: | **Examples**: | ||||||
|  |  | ||||||
| - CLI flag: `-ca-cert "/path/to/certs/mycert.pem"` | - 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"` | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 miagilepner
					miagilepner