summaryrefslogtreecommitdiffstats
path: root/scripts/firstrun/00-certs-common
blob: cd1e754362d2a2c8c5ca02276f485268744fcdfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

# GitHub
./cert-import homebundle -nocrl \
	https://www.digicert.com/CACerts/DigiCertHighAssuranceEVRootCA.pem \
	https://www.digicert.com/CACerts/DigiCertHighAssuranceEVCA-1.crt
./cert-import homebundle -nocrl www.github.com

popd >/dev/null