<?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>viz &#187; Tips</title>
	<atom:link href="http://vizkid.com/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://vizkid.com</link>
	<description>Vishal Parpia's Home Page</description>
	<lastBuildDate>Mon, 26 Apr 2010 18:59:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Convert SSL Certificates from Apache to IIS</title>
		<link>http://vizkid.com/2009/09/convert-ssl-certificates-from-apache-to-iis/</link>
		<comments>http://vizkid.com/2009/09/convert-ssl-certificates-from-apache-to-iis/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 10:27:33 +0000</pubDate>
		<dc:creator>Vishal Parpia</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Interwebs]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://vizkid.com/?p=233</guid>
		<description><![CDATA[I&#8217;m posting this so I don&#8217;t need to go hunting on Google (which was surprisingly tight-lipped about the right solution) the next time I have to do this. If you want to convert a certificate issued in the .crt &#38; .key formats for Apache to the .p12 format favored by IIS you need to run [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m posting this so I don&#8217;t need to go hunting on Google (which was surprisingly tight-lipped about the right solution) the next time I have to do this. If you want to convert a certificate issued in the .crt &amp; .key formats for Apache to the .p12 format favored by IIS you need to run this command in linux:</p>
<pre>openssl pkcs12 -export -out iis.p12 -inkey apache.key -in apache.crt</pre>
<p>Replace IIS / Apache with the appropriate filenames and you&#8217;re done. The .p12 file can be directly imported into the Certificates MMC Snap-In on Windows for use in IIS. The command works on any system that can run openssl, including Mac OS X.</p>
]]></content:encoded>
			<wfw:commentRss>http://vizkid.com/2009/09/convert-ssl-certificates-from-apache-to-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 7/12 queries in 0.010 seconds using disk
Content Delivery Network via Amazon Web Services: S3: vizkid.s3.amazonaws.com

Served from: vizkid.com @ 2010-07-29 17:55:18 -->