Finding the SSL Directory on a Server
Gregg
I’ve had situations where I was configuring a secure connection to an application and needed to know where the SSL certificates are stored on the server. You can easily find out this information using the openssl and grep commands:
$ openssl version -a | grep OPENSSLDIROPENSSLDIR: "/etc/pki/tls"