Continue with the upgrades...
[dragora.git] / recipes / networking / ca-certificates / post-install
blobadc4757245d5203bcbdd13f9ae4f272341eef6e2
2 echo "Refreshing SSL certificate database ..."
3 chroot "$rootdir" usr/sbin/update-ca-certificates --fresh > /dev/null 2>&1
5 # Re-create symlink for cert.pem
8     rm -f etc/ssl/cert.pem
9     cd etc/ssl && ln -sf certs/ca-certificates.crt cert.pem