module Typhoeus::EasyFu::SSL
def ssl_capath=(capath)
" directory holding multiple CA certificates to verify the peer with. The certificate directory must be prepared using the openssl c_rehash utility. "
Set CAPATH
def ssl_capath=(capath) set_option(:capath, capath) end