Method: HTTPClient::SSLConfig#cert_store

Defined in:
lib/httpclient/ssl_config.rb

#cert_storeObject

OpenSSL::X509::X509::Store used for verification. You can reset the store with clear_cert_store and set the new store with cert_store=.



137
138
139
# File 'lib/httpclient/ssl_config.rb', line 137

def cert_store
  @cert_store
end