<?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>FOX21.at v.2.0 &#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>Fri, 27 Aug 2010 11:05:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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 in das Verzeichnis /etc/apache2/ssl wechseln. Neuen privaten Key erzeugen: openssl genrsa -out fox21at.key 4096 Certificate [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ffox21.at%2Fhowto-ssl-zertifikat-certificate-erstellen.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ffox21.at%2Fhowto-ssl-zertifikat-certificate-erstellen.html&amp;source=TheFox21&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<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>
