This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

set_default_paths

        # OpenSSL::X509::Store.set_default_paths

(from ruby core)
### Implementation from Store
---
    store.set_default_paths

---

Configures *store* to look up CA certificates from the system default
certificate store as needed basis. The location of the store can usually
be determined by:

*   OpenSSL::X509::DEFAULT_CERT_FILE
*   OpenSSL::X509::DEFAULT_CERT_DIR


See also the man page X509_STORE_set_default_paths(3).



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.