summaryrefslogtreecommitdiffstats
path: root/scripts/firstrun/00-certs-common
blob: 83d92d9c3ec41c5a44c56871aebb1019e9f301d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
pushd ../certs >/dev/null

# Fedora project authority
# ./cert-import homebundle admin.fedoraproject.org  # good to do first?
./cert-import homebundle firefox https://admin.fedoraproject.org/ca/cacert.pem
./cert-import homebundle -nocrl https://admin.fedoraproject.org/ca/crl.pem

# CAcert.org ... should utilize cert_pick_url_selfsigned (not tested yet)
# ./cert-import homebundle firefox https://www.cacert.org/certs/root.crt
# ./cert-import homebundle -nocrl https://crl.cacert.org/revoke.crl

popd >/dev/null