Method: PureCloud::Configuration#ssl_ca_cert
- Defined in:
- lib/purecloud/configuration.rb
#ssl_ca_cert ⇒ String
Set this to customize the certificate file to verify the peer.
github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/easy_factory.rb#L145
82 83 84 |
# File 'lib/purecloud/configuration.rb', line 82 def ssl_ca_cert @ssl_ca_cert end |