FAQ: specify the availability of SSL_CERT_* env vars

SSL_CERT_FILE and SSL_CERT_DIR env vars are only available on Unix systems other than macOS.

Addressing comment https://github.com/rclone/rclone/pull/1977#issuecomment-3201961570
This commit is contained in:
Lucas Bremgartner
2025-08-20 12:34:04 +01:00
committed by Nick Craig-Wood
parent ca6631746a
commit dd3fff6eae
+1 -1
View File
@@ -185,7 +185,7 @@ ntpclient -s -h pool.ntp.org
The two environment variables `SSL_CERT_FILE` and `SSL_CERT_DIR`, mentioned in
the [x509 package](https://godoc.org/crypto/x509), provide an additional way to
provide the SSL root certificates.
provide the SSL root certificates on Unix systems other than macOS.
Note that you may need to add the `--insecure` option to the `curl` command line
if it doesn't work without.