<?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>Unlikely Teacher &#187; PFX</title>
	<atom:link href="http://unlikelyteacher.com/tag/pfx/feed/" rel="self" type="application/rss+xml" />
	<link>http://unlikelyteacher.com</link>
	<description>1. Share Everything* [Programming Gotchas, Technology News, Insights on Living and Everything in Between]</description>
	<lastBuildDate>Fri, 03 Sep 2010 04:12:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Certificates: PFX to JKS (Java Key Store) Conversion</title>
		<link>http://unlikelyteacher.com/2008/07/04/certificates-pfx-to-jks-java-key-store-conversion/</link>
		<comments>http://unlikelyteacher.com/2008/07/04/certificates-pfx-to-jks-java-key-store-conversion/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 07:06:59 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Certificates]]></category>
		<category><![CDATA[Java Key Store]]></category>
		<category><![CDATA[Jetty]]></category>
		<category><![CDATA[JKS]]></category>
		<category><![CDATA[PFX]]></category>

		<guid isPermaLink="false">http://dayg.wordpress.com/?p=122</guid>
		<description><![CDATA[I spent a considerable amount of time yesterday trying to figure out how to convert a PFX file to JKS. I tried several approaches including this one from BEA, but I could not seem to make them work. It was already very late when I saw an interesting blog post from CB1. And guess what? [...]]]></description>
			<content:encoded><![CDATA[<p>I spent a considerable amount of time yesterday trying to figure out how to convert a PFX file to JKS.</p>
<p>I tried several approaches including <a href="http://dev2dev.bea.com/pub/a/2006/08/pfx-pem-certificate-formats.html" target="_blank">this one</a> from BEA, but I could not seem to make them work.</p>
<p>It was already very late when I saw an interesting <a href="http://cb1inc.com/2007/04/30/converting-pfx-certificates-to-java-keystores" target="_blank">blog post from CB1</a>.</p>
<p>And guess what? His solution worked!</p>
<p>The outlined steps use a special utility from <a href="http://www.mortbay.org/jetty-6/" target="_blank">Jetty&#8217;s</a> libraries.</p>
<blockquote><p>java -classpath lib/jetty-6.1.8.jar org.mortbay.jetty.security.PKCS12Import MyCert.pfx MyCert.jks</p></blockquote>
<p>Thanks to the Jetty developers for providing this utility.</p>
<p>And thanks to the original blog author for the tip.</p>
<p>Jetty rules!</p>
]]></content:encoded>
			<wfw:commentRss>http://unlikelyteacher.com/2008/07/04/certificates-pfx-to-jks-java-key-store-conversion/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
