Method: WindcaveRest::Configuration#ssl_ca_cert
- Defined in:
- lib/windcave_rest/configuration.rb
#ssl_ca_cert ⇒ String
TLS/SSL setting Set this to customize the certificate file to verify the peer.
github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/easy_factory.rb#L145
108 109 110 |
# File 'lib/windcave_rest/configuration.rb', line 108 def ssl_ca_cert @ssl_ca_cert end |