method

cert_from_file

ruby latest stable - Class: SOAP::HTTPConfigLoader

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

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