<?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/"
	xmlns:georss="http://www.georss.org/georss" 	>
<channel>
	<title>Comments on: Things to remember when creating Apache SSL certs</title>
	<atom:link href="http://spiralbound.net/2005/04/28/things-to-remember-when-creating-apache-ssl-certs/feed" rel="self" type="application/rss+xml" />
	<link>http://spiralbound.net/2005/04/28/things-to-remember-when-creating-apache-ssl-certs</link>
	<description>my digital notebook</description>
	<lastBuildDate>Sun, 21 Mar 2010 15:12:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steven Burnell</title>
		<link>http://spiralbound.net/2005/04/28/things-to-remember-when-creating-apache-ssl-certs#comment-246968</link>
		<dc:creator>Steven Burnell</dc:creator>
		<pubDate>Wed, 30 Dec 2009 16:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://spiralbound.net/?p=6#comment-246968</guid>
		<description>Thanks for the post on this, I keep it bookmarked for easy reference. One thing I would like to note though is that in your example above, you first make your private key, encrypting it as you do so, and then in your second (optional) command you remove the encryption by inputting the encrypted file and outputting the results to a new plain text file. This can be done in one simple step if you don&#039;t want the encryption to begin with:

openssl genrsa -out plaintext.key 2048

Then you can do the remaining steps for CSR and self-signing with that file. Just saves a step, an extra file, and possibly some confusion to someone new to this.</description>
		<content:encoded><![CDATA[<p>Thanks for the post on this, I keep it bookmarked for easy reference. One thing I would like to note though is that in your example above, you first make your private key, encrypting it as you do so, and then in your second (optional) command you remove the encryption by inputting the encrypted file and outputting the results to a new plain text file. This can be done in one simple step if you don&#8217;t want the encryption to begin with:</p>
<p>openssl genrsa -out plaintext.key 2048</p>
<p>Then you can do the remaining steps for CSR and self-signing with that file. Just saves a step, an extra file, and possibly some confusion to someone new to this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
