Method: Net::HTTP#ca_path
- Defined in:
- lib/net/http.rb
#ca_path ⇒ Object
Sets or returns the path of to CA directory containing certification files in PEM format.
1545 1546 1547 |
# File 'lib/net/http.rb', line 1545 def ca_path @ca_path end |