Method: Vault::PersistentHTTP#ca_path
- Defined in:
- lib/vault/persistent.rb
#ca_path ⇒ Object
A directory of SSL certificates to be used as certificate authorities. Setting this will set verify_mode to VERIFY_PEER.
306 307 308 |
# File 'lib/vault/persistent.rb', line 306 def ca_path @ca_path end |