Method: Gem::Net::HTTP::Persistent#cert_store

Defined in:
lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb

#cert_storeObject

An SSL certificate store. Setting this will override the default certificate store. See verify_mode for more information.



263
264
265
# File 'lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb', line 263

def cert_store
  @cert_store
end