diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-04-04 12:18:40 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-04-04 12:22:44 +0200 |
commit | 25b733137126c50b690180d0baf428c73fe1c946 (patch) | |
tree | b2c6c998ca12100e3cc2e96ecc7331a5abf9f568 | |
parent | 641d06074f4fdeb0daeb13da6f5dd93f65f7a766 (diff) | |
download | itzks-systems-25b733137126c50b690180d0baf428c73fe1c946.tar.gz itzks-systems-25b733137126c50b690180d0baf428c73fe1c946.tar.bz2 itzks-systems-25b733137126c50b690180d0baf428c73fe1c946.zip |
etc/skel: Add pkcs11.txt that enables the PKCS#11 trust module in Firefox profiles by default. This provides support for trusting CA certificates as found in /etc/ssl/certs/.
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | etc/skel/.mozilla/firefox/debian-edu.default/pkcs11.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 52379ee..5b1e29a 100644 --- a/debian/control +++ b/debian/control @@ -665,6 +665,7 @@ Depends: nmap, ocsinventory-agent, openvpn, + p11-kit-modules, pkg-mozilla-archive-keyring, puppet, puppet-module-puppetlabs-apt, @@ -845,6 +846,7 @@ Depends: openvpn, oracle-java8-jre, oracle-java8-plugin, + p11-kit-modules, pidgin, pinta, pkg-mozilla-archive-keyring, @@ -1161,6 +1163,7 @@ Depends: openvpn, oracle-java8-jre, oracle-java8-plugin, + p11-kit-modules, pidgin, pinta, pkg-mozilla-archive-keyring, diff --git a/etc/skel/.mozilla/firefox/debian-edu.default/pkcs11.txt b/etc/skel/.mozilla/firefox/debian-edu.default/pkcs11.txt new file mode 100644 index 0000000..31d2f18 --- /dev/null +++ b/etc/skel/.mozilla/firefox/debian-edu.default/pkcs11.txt @@ -0,0 +1,3 @@ +library=/usr/lib/x86_64-linux-gnu/pkcs11/p11-kit-trust.so +name=PKCS#11 Trust Module +NSS=trustOrder=100 |