<?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>Calcifer &#187; apache</title>
	<atom:link href="http://blog.calcifer.com.ar/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.calcifer.com.ar</link>
	<description></description>
	<lastBuildDate>Sat, 02 Oct 2010 05:32:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Crear un certificado SSL para Apache</title>
		<link>http://blog.calcifer.com.ar/2008/06/crear-un-certificado-ssl-para-apache/</link>
		<comments>http://blog.calcifer.com.ar/2008/06/crear-un-certificado-ssl-para-apache/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 13:41:34 +0000</pubDate>
		<dc:creator>lvidarte</dc:creator>
				<category><![CDATA[None]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://blog.calcifer.com.ar/2008/06/14/crear-un-certificado-ssl-para-apache/</guid>
		<description><![CDATA[Traducción de tomster.org
cd /etc/apache2
mkdir -p ssl/{crt,key}
openssl req \\
-new \\
-x509 \\ 
-days 365 \\
-sha1 \\
-newkey rsa:1024 \\
-nodes \\
-keyout key/server.key \\
-out crt/server.crt \\
-subj '/O=Calcifer/OU=Calcifer Labs/CN=seccure.xleo.com.ar'
El comando creará un nuevo (-new) certificado (-x509) que será válido por un año (-days 365) y será firmado usando el algoritmo SHA1 (-sha1). La clave privada RSA será de 1024 bits (-newkey [...]]]></description>
			<content:encoded><![CDATA[<div class="from">Traducción de <a href="http://tomster.org/blog/archive/2005/08/14/apache2-and-https" class="linkexternal">tomster.org</a></div>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:435px"><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">cd /etc/apache2<br />
mkdir -p ssl/{crt,key}</div></div>
<div class="codecolorer-container text " style="overflow:auto;white-space:nowrap;width:435px"><div class="text codecolorer" style="font-family:Monaco,Lucida Console,monospace">openssl req \\<br />
-new \\<br />
-x509 \\ <br />
-days 365 \\<br />
-sha1 \\<br />
-newkey rsa:1024 \\<br />
-nodes \\<br />
-keyout key/server.key \\<br />
-out crt/server.crt \\<br />
-subj '/O=Calcifer/OU=Calcifer Labs/CN=seccure.xleo.com.ar'</div></div>
<p>El comando creará un nuevo (-new) certificado (-x509) que será válido por un año (-days 365) y será firmado usando el algoritmo SHA1 (-sha1). La clave privada RSA será de 1024 bits (-newkey rsa:1024), y no estará protegida con contraseña (-nodes). El certificado y el par de claves pública/privada serán creados respectivamente en&#8221;crt/server.crt&#8221; y &#8220;key/server.key&#8221; (-out server.crt -keyout server.key). El parámetro &#8220;-subj&#8221; indica que el nombre de la compañía es &#8220;Calcifer&#8221; (O=Calcifer), cuyo nombre de sección/departamento es &#8220;Calcifer Labs&#8221;, y el nombre de dominio calificado es &#8220;seccure.xleo.com.ar&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.calcifer.com.ar/2008/06/crear-un-certificado-ssl-para-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

