Method: Net::HTTP#ca_file

Defined in:
lib/net/http.rb

#ca_fileObject

Sets or returns the path to a CA certification file in PEM format.



1479
1480
1481
# File 'lib/net/http.rb', line 1479

def ca_file
  @ca_file
end