Method: Vault::Defaults.ssl_ca_path

Defined in:
lib/vault/defaults.rb

.ssl_ca_pathString?

The path to the directory on disk holding CA certs to use for certificate verification

Returns:

  • (String, nil)


164
165
166
# File 'lib/vault/defaults.rb', line 164

def ssl_ca_path
  ENV["VAULT_CAPATH"]
end