1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

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-19 21:44:02 +02:00
committed by Nick Craig-Wood
parent ca6631746a
commit dd3fff6eae

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 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 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 Note that you may need to add the `--insecure` option to the `curl` command line
if it doesn't work without. if it doesn't work without.