<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>security Archives - Apfelblog</title>
	<atom:link href="https://www.leppa.de/wp2/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.leppa.de/wp2/tag/security/</link>
	<description></description>
	<lastBuildDate>Mon, 02 May 2011 12:47:23 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>

<image>
	<url>https://www.leppa.de/wp2/wp-content/uploads/2020/04/Apfel_Free-60x60.png</url>
	<title>security Archives - Apfelblog</title>
	<link>https://www.leppa.de/wp2/tag/security/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>fail2ban: manuell ensperren</title>
		<link>https://www.leppa.de/wp2/fail2ban-manuell-ensperren/</link>
		
		<dc:creator><![CDATA[Jens Appel]]></dc:creator>
		<pubDate>Tue, 14 Dec 2010 16:55:43 +0000</pubDate>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[fail2ban]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">http://www.psj-world.de/wp2/?p=414</guid>

					<description><![CDATA[<p>root@h50877:~# iptables -L -n ... Chain fail2ban-apache (1 references) target     prot opt source               destination RETURN     all  --  0.0.0.0/0            0.0.0.0/0 Chain fail2ban-apache-noscript (1 references) target     prot opt source               destination RETURN     all  --  0.0.0.0/0            0.0.0.0/0 Chain fail2ban-dovecot-auth (1 references) target     prot opt source               destination RETURN     all  --  0.0.0.0/0            0.0.0.0/0 Chain fail2ban-postfix (1 references) target     prot opt source               [&#8230;]</p>
<p>The post <a href="https://www.leppa.de/wp2/fail2ban-manuell-ensperren/">fail2ban: manuell ensperren</a> appeared first on <a href="https://www.leppa.de/wp2">Apfelblog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Tripwire</title>
		<link>https://www.leppa.de/wp2/tripwire/</link>
		
		<dc:creator><![CDATA[Jens Appel]]></dc:creator>
		<pubDate>Tue, 28 Jul 2009 12:40:30 +0000</pubDate>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tripwire]]></category>
		<guid isPermaLink="false">http://www.home.leppa.de/wp/?p=158</guid>

					<description><![CDATA[<p>Durchführung einer Konfiguration und mehrerer Prüfungen −−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− Rechnernamen ermitteln: echo $HOSTNAME # -&#62; linux hostname # -&#62; linux Lokalen Key erzeugen (1. Passphrase eingeben und merken!) und anzeigen (Binärformat): twadmin --generate−keys −L /etc/tripwire/linux−local.key ls −l /etc/tripwire/linux−local.key Site Key erzeugen (2. Passphrase eingeben und merken!) und anzeigen (Binärformat): twadmin −−generate−keys −S /etc/tripwire/site.key ls −l /etc/tripwire/site.key Konfigurations−Datei [&#8230;]</p>
<p>The post <a href="https://www.leppa.de/wp2/tripwire/">Tripwire</a> appeared first on <a href="https://www.leppa.de/wp2">Apfelblog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Zertifikate mit certutil (Teil 1)</title>
		<link>https://www.leppa.de/wp2/zertifikate-mit-certutil/</link>
		
		<dc:creator><![CDATA[Jens Appel]]></dc:creator>
		<pubDate>Sun, 01 Feb 2009 16:41:15 +0000</pubDate>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[certutil]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[zertifikate]]></category>
		<guid isPermaLink="false">http://www.home.leppa.de/wp/?p=52</guid>

					<description><![CDATA[<p>Zertikatsdatenbank im aktuellen verzeichnis erstellen certutil -N -d . The password should be at least 8 characters long, and should contain at least one non-alphabetic character. Enter new password: XXXXX Selbstsigniertes (-x) Zertifikat mit einer Gültigkeit von 120 Monaten (-v 120) anlegen certutil -S -d . -n www.home.leppa.de -s "CN=www.home.leppa.de,OU=home,O=home,L=Dresden,ST=Sachsen,C=de" -t u,u,u -x -v 120 [&#8230;]</p>
<p>The post <a href="https://www.leppa.de/wp2/zertifikate-mit-certutil/">Zertifikate mit certutil (Teil 1)</a> appeared first on <a href="https://www.leppa.de/wp2">Apfelblog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Zertifikate mit openssl</title>
		<link>https://www.leppa.de/wp2/zertifikate-mit-openssl/</link>
		
		<dc:creator><![CDATA[Jens Appel]]></dc:creator>
		<pubDate>Sat, 31 Jan 2009 14:04:38 +0000</pubDate>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[zertifikate]]></category>
		<guid isPermaLink="false">http://www.home.leppa.de/wp/?p=37</guid>

					<description><![CDATA[<p>Da ich immer mal wieder Zertifikate erstellem muss, hier eine Sammlung oft verwendeter Optionen. Einen Key erstellen: openssl genrsa -des3 -out server.key 2048 Passwort bei einem Key entfernen: openssl rsa -in server.key- -out server.key Zertifikatsrequest erstellen: openssl req -new -x509 -key server.key -out server.crt -days 99999</p>
<p>The post <a href="https://www.leppa.de/wp2/zertifikate-mit-openssl/">Zertifikate mit openssl</a> appeared first on <a href="https://www.leppa.de/wp2">Apfelblog</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
