File size: 334 Bytes
0387b0f |
1 2 3 4 5 6 7 8 9 |
# Workarounds
## Missing certificates
Sometimes, some certificates can be missing. It's possible to point to our own local versions of the certificates. You can simply copy them to `$six_ALL_CCFRWORK/etc/ssl/certs/` or any other relevant folder:
```bash
export CURL_CA_BUNDLE=$six_ALL_CCFRWORK/etc/ssl/certs/ca-certificates.crt
```
|