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



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

alias_method :original_set_default_paths, :set_default_paths

#set_default_pathsObject



26
27
28
29
# File 'lib/openssl_patch.rb', line 26

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