Comment 20 for bug 246205

Revision history for this message
Shirish Agarwal (shirishag75) wrote :

dino99 a slightly more precise way of doing the same thing.

- cd /var/lib/boinc-client ( do a locate ca-bundle.crt if this address is not yours )
- sudo mv ca-bundle.crt ca-bundle.crt.old (or original or whatever)
- sudo wget http://boinc.berkeley.edu/trac/browser/trunk/boinc/curl/ca-bundle.crt?format=raw
- sudo mv ca-bundle.crt{?format=raw,} ca-bundle.crt
- sudo cp -a ca-bundle.crt
- reboot
- sudo dpkg -S /var/lib/boinc-client/ca-bundle.crt

what do you think of this?