<?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>Fernando Luis &#187; selfsigned</title>
	<atom:link href="http://www.fernandoluis.com/tag/selfsigned/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fernandoluis.com</link>
	<description>Fernando Luis security linux  debian fotografia</description>
	<lastBuildDate>Wed, 17 Aug 2011 12:25:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Script para generar certificados con openssl</title>
		<link>http://www.fernandoluis.com/script-para-generar-certificados-con-openssl/2009/03</link>
		<comments>http://www.fernandoluis.com/script-para-generar-certificados-con-openssl/2009/03#comments</comments>
		<pubDate>Mon, 02 Mar 2009 11:55:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[selfsigned]]></category>

		<guid isPermaLink="false">http://www.fernandoluis.com/wordpress/?p=65</guid>
		<description><![CDATA[<p>Es muyyy chorra, pero funciona:</p>
<p>openssl genrsa -des3 -out $1.pem 2048
openssl req -new -key  $1.pem -out $1-petic-cert-client.pem
openssl x509 -CA cacert.pem -CAkey cakey.pem -req -in $1-petic-cert-client.pem -set_serial 3 -days 365 -extfile config2.txt -sha1 -out $1-client-cert.pem
openssl pkcs12 -export -in $1-client-cert.pem -inkey $1.pem -certfile cacert.pem -out $1-cert-pck12.p12</p>
]]></description>
			<content:encoded><![CDATA[<p>Es muyyy chorra, pero funciona:</p>
<p>openssl genrsa -des3 -out $1.pem 2048<br />
openssl req -new -key  $1.pem -out $1-petic-cert-client.pem<br />
openssl x509 -CA cacert.pem -CAkey cakey.pem -req -in $1-petic-cert-client.pem -set_serial 3 -days 365 -extfile config2.txt -sha1 -out $1-client-cert.pem<br />
openssl pkcs12 -export -in $1-client-cert.pem -inkey $1.pem -certfile cacert.pem -out $1-cert-pck12.p12</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fernandoluis.com/script-para-generar-certificados-con-openssl/2009/03/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

