<?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>Ramblings from MostlyChris &#187; SSL</title>
	<atom:link href="http://blog.mostlychris.com/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mostlychris.com</link>
	<description>Tech stuff and a bit more</description>
	<lastBuildDate>Tue, 27 Dec 2011 14:23:25 +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>Common SSL Commands</title>
		<link>http://blog.mostlychris.com/2010/07/common-ssl-commands/</link>
		<comments>http://blog.mostlychris.com/2010/07/common-ssl-commands/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 08:43:11 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=695</guid>
		<description><![CDATA[Read the contents of a cert: openssl x509 -text -in &#91;cert file&#93; Generate 2048 bit key and CSR: openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key Creating a self-signed cert with one command openssl req -new -newkey rsa:2048 -days 365 -nodes -x509 -keyout www.example.com.pem &#160;-out www.example.com.pem Verify key and cert match: &#40;openssl x509 [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2010/07/common-ssl-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verifying Key and Certificate Match</title>
		<link>http://blog.mostlychris.com/2009/10/verifying-key-and-certificate-match/</link>
		<comments>http://blog.mostlychris.com/2009/10/verifying-key-and-certificate-match/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 07:50:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=585</guid>
		<description><![CDATA[If you would like to verify that the key and the certificate match you need to compare the modulus in both of the key file and the certificate file. You can check for differences in the modulus rather easily by sending the output of the comparison command to 'uniq'. If anything shows up, the numbers [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/10/verifying-key-and-certificate-match/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

