<?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 PFX Certificates to Java Keystores</title>
	<atom:link href="http://www.cb1inc.com/2007/04/30/converting-pfx-certificates-to-java-keystores/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cb1inc.com/2007/04/30/converting-pfx-certificates-to-java-keystores/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 09:09:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ben</title>
		<link>http://www.cb1inc.com/2007/04/30/converting-pfx-certificates-to-java-keystores/comment-page-1/#comment-223</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 12 Mar 2010 09:09:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-223</guid>
		<description>Thanks for this, but do you know how to change the alias to something alot smaller and manageable?</description>
		<content:encoded><![CDATA[<p>Thanks for this, but do you know how to change the alias to something alot smaller and manageable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dejan</title>
		<link>http://www.cb1inc.com/2007/04/30/converting-pfx-certificates-to-java-keystores/comment-page-1/#comment-192</link>
		<dc:creator>Dejan</dc:creator>
		<pubDate>Tue, 23 Feb 2010 01:34:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-192</guid>
		<description>Thanks Chris,
This is exactly what i was looking for.
Simple, precise and easy to understand.

Cheers mate.</description>
		<content:encoded><![CDATA[<p>Thanks Chris,<br />
This is exactly what i was looking for.<br />
Simple, precise and easy to understand.</p>
<p>Cheers mate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dayg</title>
		<link>http://www.cb1inc.com/2007/04/30/converting-pfx-certificates-to-java-keystores/comment-page-1/#comment-95</link>
		<dc:creator>dayg</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-95</guid>
		<description>It worked! You made my day, thanks.</description>
		<content:encoded><![CDATA[<p>It worked! You made my day, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kasun</title>
		<link>http://www.cb1inc.com/2007/04/30/converting-pfx-certificates-to-java-keystores/comment-page-1/#comment-97</link>
		<dc:creator>Kasun</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-97</guid>
		<description>Thanks a lot,This helped me a lot and jettey too</description>
		<content:encoded><![CDATA[<p>Thanks a lot,This helped me a lot and jettey too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milos</title>
		<link>http://www.cb1inc.com/2007/04/30/converting-pfx-certificates-to-java-keystores/comment-page-1/#comment-105</link>
		<dc:creator>Milos</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-105</guid>
		<description>Very useful for me, thanks.</description>
		<content:encoded><![CDATA[<p>Very useful for me, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.cb1inc.com/2007/04/30/converting-pfx-certificates-to-java-keystores/comment-page-1/#comment-123</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-123</guid>
		<description>Thanks man !
You saved my task from many days of searching, work and trouble.
It worked, and the validation (i used org.apache.commons.httpclient.contrib.ssl.AuthSSLProtocolSocketFactory - with both truststore and keystore) passed in a blinking of an eye !

</description>
		<content:encoded><![CDATA[<p>Thanks man !<br />
You saved my task from many days of searching, work and trouble.<br />
It worked, and the validation (i used org.apache.commons.httpclient.contrib.ssl.AuthSSLProtocolSocketFactory &#8211; with both truststore and keystore) passed in a blinking of an eye !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JOhn</title>
		<link>http://www.cb1inc.com/2007/04/30/converting-pfx-certificates-to-java-keystores/comment-page-1/#comment-127</link>
		<dc:creator>JOhn</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-127</guid>
		<description>First of all thank you very much!

I just followed your steps and it workd! But want to verify it before i send it to my programmer but below command didn&#039;t work.
keytool -list -keystore MyCert.jks -v

Do I ahve to follow any special steps in it?
by the I am using &quot;jetty-6.1.15.pre0&quot; version

 </description>
		<content:encoded><![CDATA[<p>First of all thank you very much!</p>
<p>I just followed your steps and it workd! But want to verify it before i send it to my programmer but below command didn&#8217;t work.<br />
keytool -list -keystore MyCert.jks -v</p>
<p>Do I ahve to follow any special steps in it?<br />
by the I am using &#8220;jetty-6.1.15.pre0&#8243; version</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JOhn</title>
		<link>http://www.cb1inc.com/2007/04/30/converting-pfx-certificates-to-java-keystores/comment-page-1/#comment-128</link>
		<dc:creator>JOhn</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-128</guid>
		<description>Nevermind! 

.Net bee and new to java so got confused earlier.Worked for me and thanks again for the good article.</description>
		<content:encoded><![CDATA[<p>Nevermind! </p>
<p>.Net bee and new to java so got confused earlier.Worked for me and thanks again for the good article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
