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
Post a Comment