From dd3fff6eaeb280e81eac9dc3a03e5c890554feb2 Mon Sep 17 00:00:00 2001 From: Lucas Bremgartner Date: Tue, 19 Aug 2025 21:44:02 +0200 Subject: [PATCH] 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 --- docs/content/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/faq.md b/docs/content/faq.md index 158a27b9e..28608f2d9 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -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.