<?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: Input not an X.509 certificate</title>
	<atom:link href="http://blog.danieroux.com/2007/02/11/input-not-an-x509-certificate/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.danieroux.com/2007/02/11/input-not-an-x509-certificate/</link>
	<description>interested in being interested</description>
	<lastBuildDate>Mon, 05 Apr 2010 15:46:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mick T.</title>
		<link>http://blog.danieroux.com/2007/02/11/input-not-an-x509-certificate/comment-page-1/#comment-152</link>
		<dc:creator>Mick T.</dc:creator>
		<pubDate>Mon, 05 Apr 2010 15:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danieroux.com/?p=17#comment-152</guid>
		<description>Thanks! You helped me figure out why I couldn&#039;t import an updated certificate.</description>
		<content:encoded><![CDATA[<p>Thanks! You helped me figure out why I couldn&#8217;t import an updated certificate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mBread</title>
		<link>http://blog.danieroux.com/2007/02/11/input-not-an-x509-certificate/comment-page-1/#comment-86</link>
		<dc:creator>mBread</dc:creator>
		<pubDate>Thu, 25 Mar 2010 08:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danieroux.com/?p=17#comment-86</guid>
		<description>So, what the error is saying (or meaning to say) is &quot;there is no certificate in the keystore with the alias you specified (or didn&#039;t)&quot;?</description>
		<content:encoded><![CDATA[<p>So, what the error is saying (or meaning to say) is &#8220;there is no certificate in the keystore with the alias you specified (or didn&#8217;t)&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.danieroux.com/2007/02/11/input-not-an-x509-certificate/comment-page-1/#comment-83</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 23 Mar 2010 13:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danieroux.com/?p=17#comment-83</guid>
		<description>Maybe I&#039;m blind, but what is the difference between the two lines???</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m blind, but what is the difference between the two lines???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm</title>
		<link>http://blog.danieroux.com/2007/02/11/input-not-an-x509-certificate/comment-page-1/#comment-80</link>
		<dc:creator>Malcolm</dc:creator>
		<pubDate>Fri, 19 Mar 2010 10:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danieroux.com/?p=17#comment-80</guid>
		<description>Yep had the same problem. Thanks for wasting those 20 minutes, saved me alot more than that.</description>
		<content:encoded><![CDATA[<p>Yep had the same problem. Thanks for wasting those 20 minutes, saved me alot more than that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joey</title>
		<link>http://blog.danieroux.com/2007/02/11/input-not-an-x509-certificate/comment-page-1/#comment-79</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Tue, 12 Jan 2010 18:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danieroux.com/?p=17#comment-79</guid>
		<description>Thanks a lot! Going from Thawte&#039;s documentation I thought I was supposed to import the certificate as a NEW alias, this article helped me figure out my mistake.</description>
		<content:encoded><![CDATA[<p>Thanks a lot! Going from Thawte&#8217;s documentation I thought I was supposed to import the certificate as a NEW alias, this article helped me figure out my mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giona</title>
		<link>http://blog.danieroux.com/2007/02/11/input-not-an-x509-certificate/comment-page-1/#comment-78</link>
		<dc:creator>Giona</dc:creator>
		<pubDate>Wed, 18 Nov 2009 13:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danieroux.com/?p=17#comment-78</guid>
		<description>Thank you a lot Danie.

Why is everything having to do with Java always such a goddamn mess?</description>
		<content:encoded><![CDATA[<p>Thank you a lot Danie.</p>
<p>Why is everything having to do with Java always such a goddamn mess?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DallasRat</title>
		<link>http://blog.danieroux.com/2007/02/11/input-not-an-x509-certificate/comment-page-1/#comment-77</link>
		<dc:creator>DallasRat</dc:creator>
		<pubDate>Fri, 11 Sep 2009 16:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danieroux.com/?p=17#comment-77</guid>
		<description>My p7b file contained the Signing cert and an Intermediate cert. Both had to be exported.  see VeriSign Code Singing Support Article so11251. The p7b file had to be opened and each certificate exported to Base64. then the keytool took them (both Base64) without issue. Hope this helps someone.</description>
		<content:encoded><![CDATA[<p>My p7b file contained the Signing cert and an Intermediate cert. Both had to be exported.  see VeriSign Code Singing Support Article so11251. The p7b file had to be opened and each certificate exported to Base64. then the keytool took them (both Base64) without issue. Hope this helps someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danieroux</title>
		<link>http://blog.danieroux.com/2007/02/11/input-not-an-x509-certificate/comment-page-1/#comment-76</link>
		<dc:creator>danieroux</dc:creator>
		<pubDate>Thu, 22 Jan 2009 20:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danieroux.com/?p=17#comment-76</guid>
		<description>Morten,

Thank you for your input!</description>
		<content:encoded><![CDATA[<p>Morten,</p>
<p>Thank you for your input!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W H</title>
		<link>http://blog.danieroux.com/2007/02/11/input-not-an-x509-certificate/comment-page-1/#comment-75</link>
		<dc:creator>W H</dc:creator>
		<pubDate>Thu, 22 Jan 2009 16:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danieroux.com/?p=17#comment-75</guid>
		<description>Thanks! This was exactly my issue. You just made my day!</description>
		<content:encoded><![CDATA[<p>Thanks! This was exactly my issue. You just made my day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten Simonsen</title>
		<link>http://blog.danieroux.com/2007/02/11/input-not-an-x509-certificate/comment-page-1/#comment-74</link>
		<dc:creator>Morten Simonsen</dc:creator>
		<pubDate>Wed, 21 Jan 2009 09:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.danieroux.com/?p=17#comment-74</guid>
		<description>Read a comment on Thawte on this issue, and it seems like keytool is very strict about format. If you have anything in your certificate before -----BEGIN CERTIFICATE----- or anyting after -----END CERTIFICATE-----, then it might very well be a problem. (Tested on JDK 1.5.0_17)</description>
		<content:encoded><![CDATA[<p>Read a comment on Thawte on this issue, and it seems like keytool is very strict about format. If you have anything in your certificate before &#8212;&#8211;BEGIN CERTIFICATE&#8212;&#8211; or anyting after &#8212;&#8211;END CERTIFICATE&#8212;&#8211;, then it might very well be a problem. (Tested on JDK 1.5.0_17)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

