summaryrefslogtreecommitdiffstats
path: root/scripts/certs/cert-import
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/certs/cert-import')
-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