<?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>opensourcetutor.com &#187; windows</title>
	<atom:link href="http://www.opensourcetutor.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opensourcetutor.com</link>
	<description>On Linux, Web Development, Joomla and Magento commerce</description>
	<lastBuildDate>Sat, 04 Feb 2012 10:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Convert IIS ssl certificate to use in Apache</title>
		<link>http://www.opensourcetutor.com/2007/08/08/convert-iis-ssl-certificate-to-use-in-apache/</link>
		<comments>http://www.opensourcetutor.com/2007/08/08/convert-iis-ssl-certificate-to-use-in-apache/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 03:24:48 +0000</pubDate>
		<dc:creator>salubrium</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Windows Administration]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.opensourcetutor.com/2007/08/08/convert-iis-ssl-certificate-to-use-in-apache/</guid>
		<description><![CDATA[



Last time I did this, I found the instructions pretty easily on how to migrate SSL&#8217;s from IIS to Apache. This time I found it hard to locate the documentation, so for my own lack of memory and when google fails you, here it is:
First we need to export the certificate from IIS into a pfx file. To do that:Click Start-&#62;Run-&#62;type: mmc [enter]Click -&#62;&#8217;Console&#8217; -&#62; &#8216;Add/Remove Snap-in&#8217;.Click -&#62; &#8216;Add&#8217; -&#62; &#8216;certificates&#8217; snap-in and click on &#8216;Add&#8217;.Select -&#62; &#8216;Computer Account&#8217; -&#62; click &#8216;Next&#8217;.Select &#8216;Local Computer&#8217; and then click &#8216;OK&#8217;.Click &#8216;Close&#8217; and ...]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript"><!--
google_ad_client = "pub-9469051832075629";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
//2007-05-22: opensourcetutor.com
google_ad_channel = "3549963802";
google_color_border = "FFF";
google_color_bg = "FFF";
google_color_link = "333";
google_color_text = "CCCCCC";
google_color_url = "999999";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Last time I did this, I found the instructions pretty easily on how to migrate SSL&#8217;s from IIS to Apache. This time I found it hard to locate the documentation, so for my own lack of memory and when google fails you, here it is:</p>
<p>First we need to export the certificate from IIS into a pfx file. To do that:<br />Click Start-&gt;Run-&gt;type: mmc [enter]<br />Click -&gt;&#8217;Console&#8217; -&gt; &#8216;Add/Remove Snap-in&#8217;.<br />Click -&gt; &#8216;Add&#8217; -&gt; &#8216;certificates&#8217; snap-in and click on &#8216;Add&#8217;.<br />Select -&gt; &#8216;Computer Account&#8217; -&gt; click &#8216;Next&#8217;.<br />Select &#8216;Local Computer&#8217; and then click &#8216;OK&#8217;.<br />Click &#8216;Close&#8217; and then click &#8216;OK&#8217;.</p>
<p>In the menu for &#8216;Certificates&#8217; and click on the &#8216;Personal&#8217; folder.</p>
<p>Choose your certificate to export and select &#8216;All tasks&#8217; -&gt; &#8216;Export&#8217;.<br />In the wizard, check the box to include the private key, continue until you have a .PFX file.</p>
<p>Move the Certificate to the machine Running Apache:</p>
<p>Now, we are going to use openssl to extract the private key, and the cert file. <br />
<blockquote># Export the private key from the pfx file<br />openssl pkcs12 -in iis.pfx -nocerts -out apache.key.pem<br /># Export the certificate file from the pfx file<br />openssl pkcs12 -in iis.pfx -clcerts -nokeys -out apache.cert.pem<br /># ****This removes the passphrase from the private key so Apache won&#8217;t<br /># ****prompt you for your passphase when it starts<br />openssl rsa -in apache.key.pem -out apache.key</p></blockquote>
<p>Technorati Tags: <a class="performancingtags" href="http://technorati.com/tag/apache" rel="tag">apache</a>, <a class="performancingtags" href="http://technorati.com/tag/ssl" rel="tag">ssl</a>, <a class="performancingtags" href="http://technorati.com/tag/iis" rel="tag">iis</a>, <a class="performancingtags" href="http://technorati.com/tag/certificate" rel="tag">certificate</a>, <a class="performancingtags" href="http://technorati.com/tag/" rel="tag"></a></p>
<p class="poweredbyperformancing">
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcetutor.com/2007/08/08/convert-iis-ssl-certificate-to-use-in-apache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

