class Typhoeus::Easy

def ssl_cacert=(cacert)


" File holding one or more certificates to verify the peer with. "
Set SSL CACERT
def ssl_cacert=(cacert)
  set_option(OPTION_VALUES[:CURLOPT_CAINFO], cacert)
end