Method: Vault::Defaults.ssl_pem_passphrase
- Defined in:
- lib/vault/defaults.rb
.ssl_pem_passphrase ⇒ String?
Passphrase to the pem file on disk to use with custom SSL verification
145 146 147 |
# File 'lib/vault/defaults.rb', line 145 def ssl_pem_passphrase ENV["VAULT_SSL_CERT_PASSPHRASE"] end |