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:
committed by
Nick Craig-Wood
parent
ca6631746a
commit
dd3fff6eae
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user