module Typhoeus::EasyFu::SSL

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(:sslkey, key)
end