<?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>inside the brain &#187; Certificates</title>
	<atom:link href="http://www.conorpower.com/category/certificates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.conorpower.com</link>
	<description>And this will be different how...</description>
	<lastBuildDate>Tue, 24 Nov 2009 00:10:41 +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>Generate a CSR using OpenSSL</title>
		<link>http://www.conorpower.com/2009/11/17/generate-a-csr-using-openssl/</link>
		<comments>http://www.conorpower.com/2009/11/17/generate-a-csr-using-openssl/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 22:33:59 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[Certificates]]></category>
		<category><![CDATA[openssl]]></category>

	<!-- AutoMeta Start -->
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.conorpower.com/?p=422</guid>
		<description><![CDATA[I do this the odd time in work so I don&#8217;t have to remember the command but it gets really annoying trying to remember it when I do have to generate one.
openssl genrsa -out domainname.key 2048 (or whatever length you choose)
openssl req -new -key domainname.key -out domainname.csr
This will generate the private key without a password, [...]]]></description>
			<content:encoded><![CDATA[<p>I do this the odd time in work so I don&#8217;t have to remember the command but it gets really annoying trying to remember it when I do have to generate one.</p>
<p>openssl genrsa -out domainname.key 2048 (or whatever length you choose)</p>
<p>openssl req -new -key domainname.key -out domainname.csr</p>
<p>This will generate the private key without a password, now you have a nice shiny CSR to send someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.conorpower.com/2009/11/17/generate-a-csr-using-openssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
