Method: Vault::Defaults.ssl_ciphers

Defined in:
lib/vault/defaults.rb

.ssl_ciphersString

The ciphers that will be used when communicating with vault over ssl You should only change the defaults if the ciphers are not available on your platform and you know what you are doing

Returns:

  • (String)


121
122
123
# File 'lib/vault/defaults.rb', line 121

def ssl_ciphers
  ENV["VAULT_SSL_CIPHERS"] || SSL_CIPHERS
end