method
cert_from_file
v1_8_7_72 -
Show latest stable
- Class:
SOAP::HTTPConfigLoader
cert_from_file(filename)public
No documentation available.
# File lib/soap/httpconfigloader.rb, line 109
def cert_from_file(filename)
OpenSSL::X509::Certificate.new(File.open(filename) { |f| f.read })
end