module Excon
def ssl_ca_path=(new_ssl_ca_path)
-
(String)
- The filesystem path to the SSL Certificate Authority
def ssl_ca_path=(new_ssl_ca_path) display_warning('Excon#ssl_ca_path= is deprecated, use Excon.defaults[:ssl_ca_path]= instead.') self.defaults[:ssl_ca_path] = new_ssl_ca_path end