How to find out the path for OpenSSL trusted certificates?

The default path where certificates are looked up might be different on each platform. You can lookup your system configuration using the following command:

$ openssl version -d

OPENSSLDIR: "/etc/pki/tls"

Leave a Comment