summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-03-11 22:50:48 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-03-11 22:50:48 +0100
commita89a8e6548a5abee6a616a7623e24311e4804841 (patch)
tree8b3dd8b739755bb1ce92e71ad6c0ea6ef26ef12c
parent3b6dcb0b3a6bed2769a2e57bc1bb46558b888b40 (diff)
downloaddotfiles-a89a8e6548a5abee6a616a7623e24311e4804841.tar.gz
dotfiles-a89a8e6548a5abee6a616a7623e24311e4804841.tar.xz
dotfiles-a89a8e6548a5abee6a616a7623e24311e4804841.zip
Firstrun cert scripts: link cert_override.txt info from MDN
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rwxr-xr-xscripts/certs/cert-import1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/certs/cert-import b/scripts/certs/cert-import
index 6540fbb..c8798bf 100755
--- a/scripts/certs/cert-import
+++ b/scripts/certs/cert-import
@@ -37,6 +37,7 @@ cert_import_offlineimap() {
cert_import_firefox() {
# XXX: stdin is consumed in the first profile found
# XXX: explore certificate to get a proper name (-n) for it
+ # see also https://developer.mozilla.org/en-US/docs/Cert_override.txt
[ "$1" != "1" ] && return
echo "Adding to firefox bundle" >&2
for d in $(find ~/.mozilla/firefox/ -maxdepth 1 -mindepth 1 -type d); do