Honor SSL_CERT_FILE environment vartiable

This commit is contained in:
Richard Frith-Macdonald 2022-10-20 10:24:42 +01:00
parent 0ca9110ef5
commit 09a9a8fe5b
3 changed files with 16 additions and 2 deletions

View file

@ -3,8 +3,9 @@ Files here are the fallbacks for TLS/SSL certificate verification.
To find the certificate authority certificates the system looks in:
The path specified by GSTLSCAFile (if that user default is defined),
otherwise the path specified in the GS_TLS_CA_FILE environment variable
if it is defined, otherwise the file GSTLS/ca-certificates.crt in the
otherwise the path specified in the GS_TLS_CA_FILE environment variable if
it is defined, otherwise the path specified in the SSL_CERT_FILE environment
variable if it is defined, otherwise the file GSTLS/ca-certificates.crt in the
base library resource bundle.
Similarly to find the revoke file, the order of precedence of configuration