<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Create a self-signed SSL cert for 20 years!</title>
	<atom:link href="http://www.utahsysadmin.com/2007/09/12/create-a-self-signed-ssl-cert-for-20-years/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.utahsysadmin.com/2007/09/12/create-a-self-signed-ssl-cert-for-20-years/</link>
	<description>Ramblings of a Utah System Administrator</description>
	<lastBuildDate>Thu, 26 Aug 2010 16:31:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin Pendleton</title>
		<link>http://www.utahsysadmin.com/2007/09/12/create-a-self-signed-ssl-cert-for-20-years/comment-page-1/#comment-233</link>
		<dc:creator>Kevin Pendleton</dc:creator>
		<pubDate>Mon, 22 Jun 2009 15:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.utahsysadmin.com/2007/09/12/create-a-self-signed-ssl-cert-for-20-years/#comment-233</guid>
		<description>Here&#039;s how to do everything in one line:

openssl req -x509 -nodes -days 7305 -newkey rsa:2048 -keyout servername.key -out servername.crt</description>
		<content:encoded><![CDATA[<p>Here&#8217;s how to do everything in one line:</p>
<p>openssl req -x509 -nodes -days 7305 -newkey rsa:2048 -keyout servername.key -out servername.crt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Pendleton</title>
		<link>http://www.utahsysadmin.com/2007/09/12/create-a-self-signed-ssl-cert-for-20-years/comment-page-1/#comment-186</link>
		<dc:creator>Kevin Pendleton</dc:creator>
		<pubDate>Wed, 25 Feb 2009 17:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.utahsysadmin.com/2007/09/12/create-a-self-signed-ssl-cert-for-20-years/#comment-186</guid>
		<description>For a stronger certificate, generate 2048 bits instead of 1024 on the first line:

    openssl genrsa -des3 -out test.key 2048</description>
		<content:encoded><![CDATA[<p>For a stronger certificate, generate 2048 bits instead of 1024 on the first line:</p>
<p>    openssl genrsa -des3 -out test.key 2048</p>
]]></content:encoded>
	</item>
</channel>
</rss>
