On 2013-04-30 at 01:17 +0200, Arthur Carcano wrote:
> Good evening everyone,
> 
> Please excuse me if it has already been asked but is there a way to
> make openssl s_client use my directory with every certificates (as with
> -CApath) once and for all ?

Export $SSL_CERT_DIR into the environment of the process, perhaps via
your shell initialisation files.

Since you mention a GUI client, then you might instead use a file
sourced during setup of X11; which to use depends upon your Operating
System, distribution, window manager, etc.

For Debian/Ubuntu, "export SSL_CERT_DIR=..." in ~/.xsessionrc

-Phil
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to