mirror of
https://github.com/rclone/rclone
synced 2024-11-21 22:50:16 +01:00
Note that you may need curl --insecure when fetching root CA certificates
This commit is contained in:
parent
8cd3c25b41
commit
4676a89963
@ -123,3 +123,9 @@ mkdir -p /etc/ssl/certs/
|
||||
curl -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt
|
||||
ntpclient -s -h pool.ntp.org
|
||||
```
|
||||
|
||||
Note that you may need to add the `--insecure` option to the `curl` command line if it doesn't work without.
|
||||
|
||||
```
|
||||
curl --insecure -o /etc/ssl/certs/ca-certificates.crt https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user