Class: OpenSSL::X509::Store

Inherits:
Object
  • Object
show all
Defined in:
lib/openssl_patch.rb

Instance Method Summary collapse

Instance Method Details

#original_set_default_pathsObject



26
# File 'lib/openssl_patch.rb', line 26

alias_method :original_set_default_paths, :set_default_paths

#set_default_pathsObject



28
29
30
31
# File 'lib/openssl_patch.rb', line 28

def set_default_paths
  original_set_default_paths
  add_file(CERT_FILE) if CERT_FILE && File.exist?(CERT_FILE)
end