OpenBricks / openbricks

Embedded Linux Framework
http://www.geexbox.org/
GNU General Public License v2.0
82 stars 42 forks source link

openssl certficates #15

Closed joelbaby closed 9 years ago

joelbaby commented 9 years ago

Download SSL certificates from mozilla.org and install them to /etc/ssl/certs. This is useful for avoiding certicate errors when downloading from https or ftps sources.

update-certs.sh - The main script, which calls the other three. Can be run periodically by the user.

4 scripts:

/usr/bin/update-certs.sh (author joelbaby) /usr/bin/make-ca.sh (author http://www.linuxfromscratch.org/~krejzi/blfs-git/postlfs/cacerts.html) /usr/bin/make-cert.pl /usr/bin/remove-expired-certs.sh

tomlohave commented 9 years ago

THanks for this.