Method: Vault::Defaults.ssl_ca_path
- Defined in:
- lib/vault/defaults.rb
.ssl_ca_path ⇒ String?
The path to the directory on disk holding CA certs to use for certificate verification
164 165 166 |
# File 'lib/vault/defaults.rb', line 164 def ssl_ca_path ENV["VAULT_CAPATH"] end |