summaryrefslogtreecommitdiffstats
path: root/scripts/firstrun/00-certs-common
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-04-18 15:08:21 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-04-18 15:08:21 +0200
commita4437b2dfa51c83d64ede28b2d5199f8766cfad1 (patch)
treec75bb0c16015292e02c971a8bd2fb110768f095a /scripts/firstrun/00-certs-common
parent40d3576f6598979308162a2644cf744773b4f8f3 (diff)
downloaddotfiles-a4437b2dfa51c83d64ede28b2d5199f8766cfad1.tar.gz
dotfiles-a4437b2dfa51c83d64ede28b2d5199f8766cfad1.tar.xz
dotfiles-a4437b2dfa51c83d64ede28b2d5199f8766cfad1.zip
Enhance cert init scripts and actually use them
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'scripts/firstrun/00-certs-common')
-rw-r--r--scripts/firstrun/00-certs-common12
1 files changed, 12 insertions, 0 deletions
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