<?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>TheFox &#187; HTTPS</title>
	<atom:link href="http://fox21.at/tag/https/feed" rel="self" type="application/rss+xml" />
	<link>http://fox21.at</link>
	<description>Just another Perl hacker.</description>
	<lastBuildDate>Sun, 06 May 2012 14:22:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>HOWTO SSL-Zertifikat erstellen</title>
		<link>http://fox21.at/howto-ssl-zertifikat-certificate-erstellen.html</link>
		<comments>http://fox21.at/howto-ssl-zertifikat-certificate-erstellen.html#comments</comments>
		<pubDate>Tue, 26 May 2009 17:18:43 +0000</pubDate>
		<dc:creator>TheFox</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[HTTPS]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://fox21.at/?p=1091</guid>
		<description><![CDATA[Immer, nachdem ich einen neuen Server installiere oder neu aufsetze, stellt sich mir die Frage Wie zum Teufel erstell&#8217; ich ein SSL-Zertifikat fuer Apache (https)? Hier also eine Anleitung wie ein SSL-Zertifikat erstellt wird. Als erstes mit root einloggen und &#8230; <a href="http://fox21.at/howto-ssl-zertifikat-certificate-erstellen.html">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Immer, nachdem ich einen neuen Server installiere oder neu aufsetze, stellt sich mir die Frage <em>Wie zum Teufel erstell&#8217; ich ein SSL-Zertifikat fuer Apache (https)?</em> Hier also eine Anleitung wie ein SSL-Zertifikat erstellt wird.</p>
<p><span id="more-1091"></span></p>
<ol>
<li>Als erstes mit <strong>root</strong> einloggen und in das Verzeichnis <strong>/etc/apache2/ssl<em> </em></strong>wechseln.</li>
<li>Neuen privaten Key erzeugen: <em>openssl genrsa -out fox21at.key 4096</em></li>
<li>Certificate Signing Request (CSR) anlegen: <em>openssl req -new -key fox21at.key -out fox21at.csr</em></li>
<li>Self-signed Certificate erstellen: <em>openssl x509 -req -days 3650 -in fox21at.csr -signkey fox21at.key -out fox21at.crt</em></li>
<li>Fertig!</li>
</ol>
<p>So einfach geht das!</p>
<p>Natuerlich muss der Pfad dann noch in der Apache-Konfiguration eingetragen werden.</p>
]]></content:encoded>
			<wfw:commentRss>http://fox21.at/howto-ssl-zertifikat-certificate-erstellen.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

