From a89a8e6548a5abee6a616a7623e24311e4804841 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 11 Mar 2014 22:50:48 +0100 Subject: Firstrun cert scripts: link cert_override.txt info from MDN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- scripts/certs/cert-import | 1 + 1 file changed, 1 insertion(+) 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 -- cgit