# File lib/soap/httpconfigloader.rb, line 113
  def key_from_file(filename)
    OpenSSL::PKey::RSA.new(File.open(filename) { |f| f.read })
  end