<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Imporzoeren_der_CA_in_Firefox_ESR</id>
	<title>Imporzoeren der CA in Firefox ESR - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Imporzoeren_der_CA_in_Firefox_ESR"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Imporzoeren_der_CA_in_Firefox_ESR&amp;action=history"/>
	<updated>2026-04-17T01:20:12Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Imporzoeren_der_CA_in_Firefox_ESR&amp;diff=67326&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „== Firefox ESR unter Debian mit System-Zertifikaten ==  Alles was du brauchst:  === Das Skript ===  Erstelle die Datei '''/root/firefox-system-certs.sh''' mit…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Imporzoeren_der_CA_in_Firefox_ESR&amp;diff=67326&amp;oldid=prev"/>
		<updated>2026-03-13T20:18:56Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „== Firefox ESR unter Debian mit System-Zertifikaten ==  Alles was du brauchst:  === Das Skript ===  Erstelle die Datei &amp;#039;&amp;#039;&amp;#039;/root/firefox-system-certs.sh&amp;#039;&amp;#039;&amp;#039; mit…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Firefox ESR unter Debian mit System-Zertifikaten ==&lt;br /&gt;
&lt;br /&gt;
Alles was du brauchst:&lt;br /&gt;
&lt;br /&gt;
=== Das Skript ===&lt;br /&gt;
&lt;br /&gt;
Erstelle die Datei '''/root/firefox-system-certs.sh''' mit folgendem Inhalt:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
# Firefox ESR - Systemzertifikate&lt;br /&gt;
# Einmal ausführen, fertig.&lt;br /&gt;
&lt;br /&gt;
set -e&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;[1/3] Installiere p11-kit...&amp;quot;&lt;br /&gt;
apt update&lt;br /&gt;
apt install -y p11-kit p11-kit-modules&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;[2/3] Finde Bibliothek...&amp;quot;&lt;br /&gt;
LIB=$(find /usr/lib -name &amp;quot;p11-kit-trust.so&amp;quot; 2&amp;gt;/dev/null | head -n1)&lt;br /&gt;
if [ -z &amp;quot;$LIB&amp;quot; ]; then&lt;br /&gt;
    echo &amp;quot;FEHLER: p11-kit-trust.so nicht gefunden!&amp;quot;&lt;br /&gt;
    exit 1&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;[3/3] Konfiguriere Firefox...&amp;quot;&lt;br /&gt;
mkdir -p /etc/firefox/policies&lt;br /&gt;
cat &amp;gt; /etc/firefox/policies/policies.json &amp;lt;&amp;lt; EOF&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;policies&amp;quot;: {&lt;br /&gt;
    &amp;quot;SecurityDevices&amp;quot;: [&lt;br /&gt;
      {&lt;br /&gt;
        &amp;quot;name&amp;quot;: &amp;quot;System-Zertifikate&amp;quot;,&lt;br /&gt;
        &amp;quot;library&amp;quot;: &amp;quot;$LIB&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
    ]&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
EOF&lt;br /&gt;
&lt;br /&gt;
update-ca-certificates --fresh&lt;br /&gt;
echo &amp;quot;FERTIG. Firefox neu starten.&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ausführung ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chmod +x /root/firefox-system-certs.sh&lt;br /&gt;
sudo /root/firefox-system-certs.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Test ===&lt;br /&gt;
&lt;br /&gt;
Firefox öffnen, in die Adressleiste eingeben: '''about:certificate'''&amp;lt;br/&amp;gt;&lt;br /&gt;
Dort muss &amp;quot;System-Zertifikate&amp;quot; in der Liste stehen.&lt;br /&gt;
&lt;br /&gt;
=== Zurücksetzen ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo rm /etc/firefox/policies/policies.json&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>