class Typhoeus::Easy
def ssl_key=(key)
The default format is "PEM" and can be changed with ssl_key_type=
" The string should be the file name of your private key. "
Set SSL Key file
def ssl_key=(key) set_option(OPTION_VALUES[:CURLOPT_SSLKEY], key) end