What is the path set for OpenSSL:X509::Store#set_default_paths method in ruby? -


i doing this:

cert_store = openssl::x509::store.new cert_store.set_defaults_path 

the documentation method given in openssl::x509::store.

from certificate store object read certificates? perused source code definition of set_default_paths not able find one.

one theory default paths may same ones given $ openssl version -a theory fails when try verify signed certificates against certificate chain @ system root_ca_path.


Comments