# File lib/soap/httpconfigloader.rb, line 109 def cert_from_file(filename) OpenSSL::X509::Certificate.new(File.open(filename) { |f| f.read }) end