Class: RestMan::Request::DefaultSSLCertStore

Inherits:
ActiveMethod::Base
  • Object
show all
Defined in:
lib/restman/request/default_ssl_cert_store.rb

Instance Method Summary collapse

Instance Method Details

#callObject



5
6
7
8
9
# File 'lib/restman/request/default_ssl_cert_store.rb', line 5

def call
  cert_store = OpenSSL::X509::Store.new
  cert_store.set_default_paths
  cert_store
end