<?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: Converting SSL-certificates from CRT format to PEM</title>
	<atom:link href="http://moze.koze.net/?feed=rss2&#038;p=81" rel="self" type="application/rss+xml" />
	<link>http://moze.koze.net/?p=81</link>
	<description>Wow, a blog..How original</description>
	<lastBuildDate>Tue, 20 Jul 2010 20:41:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Twirrim</title>
		<link>http://moze.koze.net/?p=81&#038;cpage=1#comment-15763</link>
		<dc:creator>Twirrim</dc:creator>
		<pubDate>Tue, 20 Jul 2010 20:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://moze.koze.net/?p=81#comment-15763</guid>
		<description>Thanks for the blog.  Not sure that you need to do this in two stages though?

Just specifying &quot;-outform PEM&quot; in the first command created an identical file to doing it in two stages.</description>
		<content:encoded><![CDATA[<p>Thanks for the blog.  Not sure that you need to do this in two stages though?</p>
<p>Just specifying &#8220;-outform PEM&#8221; in the first command created an identical file to doing it in two stages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://moze.koze.net/?p=81&#038;cpage=1#comment-11684</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Wed, 03 Mar 2010 19:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://moze.koze.net/?p=81#comment-11684</guid>
		<description>Many thanks</description>
		<content:encoded><![CDATA[<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: piri</title>
		<link>http://moze.koze.net/?p=81&#038;cpage=1#comment-10892</link>
		<dc:creator>piri</dc:creator>
		<pubDate>Sat, 30 Jan 2010 18:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://moze.koze.net/?p=81#comment-10892</guid>
		<description>Leandro, that&#039;s not necessarily true. Some CRT files might even use DER format</description>
		<content:encoded><![CDATA[<p>Leandro, that&#8217;s not necessarily true. Some CRT files might even use DER format</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leandro</title>
		<link>http://moze.koze.net/?p=81&#038;cpage=1#comment-8907</link>
		<dc:creator>Leandro</dc:creator>
		<pubDate>Tue, 01 Dec 2009 18:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://moze.koze.net/?p=81#comment-8907</guid>
		<description>CRT is just a common extension, but the format is PEM in both cases. For a prove of that just take a CRT certificate, apply the commands listed above and compare the resultant file with the original. You will see that they are exactly the same.</description>
		<content:encoded><![CDATA[<p>CRT is just a common extension, but the format is PEM in both cases. For a prove of that just take a CRT certificate, apply the commands listed above and compare the resultant file with the original. You will see that they are exactly the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ppsk8358</title>
		<link>http://moze.koze.net/?p=81&#038;cpage=1#comment-8495</link>
		<dc:creator>ppsk8358</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://moze.koze.net/?p=81#comment-8495</guid>
		<description>Thanks for your help.  It function now....</description>
		<content:encoded><![CDATA[<p>Thanks for your help.  It function now&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://moze.koze.net/?p=81&#038;cpage=1#comment-4915</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 03 Jun 2009 07:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://moze.koze.net/?p=81#comment-4915</guid>
		<description>Hi James,

This seems to imply that the file you use for input does not
contain a &quot;-----BEGIN CERTIFICATE-----&quot;-line, which means
the previous command didn&#039;t work or that your syntax is
incorrect. Could you paste the exact commands that you ran and what your original filenames were?</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>This seems to imply that the file you use for input does not<br />
contain a &#8220;&#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211;&#8221;-line, which means<br />
the previous command didn&#8217;t work or that your syntax is<br />
incorrect. Could you paste the exact commands that you ran and what your original filenames were?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://moze.koze.net/?p=81&#038;cpage=1#comment-4895</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 02 Jun 2009 19:30:24 +0000</pubDate>
		<guid isPermaLink="false">http://moze.koze.net/?p=81#comment-4895</guid>
		<description>Tried this on a GoDaddy certificate.  The first command worked, but the second one returned:

unable to load certificate
12085:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:650:Expecting: TRUSTED CERTIFICATE

(OpenSSL 0.9.8k)</description>
		<content:encoded><![CDATA[<p>Tried this on a GoDaddy certificate.  The first command worked, but the second one returned:</p>
<p>unable to load certificate<br />
12085:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:650:Expecting: TRUSTED CERTIFICATE</p>
<p>(OpenSSL 0.9.8k)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Hall</title>
		<link>http://moze.koze.net/?p=81&#038;cpage=1#comment-678</link>
		<dc:creator>Mike Hall</dc:creator>
		<pubDate>Tue, 04 Nov 2008 17:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://moze.koze.net/?p=81#comment-678</guid>
		<description>Thanks, your steps also worked for Network Solution&#039;s CRT files.</description>
		<content:encoded><![CDATA[<p>Thanks, your steps also worked for Network Solution&#8217;s CRT files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
