From a4437b2dfa51c83d64ede28b2d5199f8766cfad1 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 18 Apr 2013 15:08:21 +0200 Subject: Enhance cert init scripts and actually use them MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- scripts/firstrun/00-certs-common | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scripts/firstrun/00-certs-common (limited to 'scripts/firstrun/00-certs-common') diff --git a/scripts/firstrun/00-certs-common b/scripts/firstrun/00-certs-common new file mode 100644 index 0000000..83d92d9 --- /dev/null +++ b/scripts/firstrun/00-certs-common @@ -0,0 +1,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 -- cgit