Method: Gem::Net::HTTP#ca_file
- Defined in:
- lib/rubygems/vendor/net-http/lib/net/http.rb
#ca_file ⇒ Object
Sets or returns the path to a CA certification file in PEM format.
1541 1542 1543 |
# File 'lib/rubygems/vendor/net-http/lib/net/http.rb', line 1541 def ca_file @ca_file end |