module Typhoeus::EasyFu::SSL

def ssl_cert=(cert)

The default format is "PEM" and can be changed with ssl_cert_type=
" The string should be the file name of your certificate. "
Set SSL certificate
def ssl_cert=(cert)
  set_option(:sslcert, cert)
end