<?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>Tips for Twits &#187; https</title>
	<atom:link href="http://t.wits.sg/tag/https/feed/" rel="self" type="application/rss+xml" />
	<link>http://t.wits.sg</link>
	<description>WARNING: excessive use of this site will increase MP at the expense of HP</description>
	<lastBuildDate>Mon, 14 Jun 2010 01:55:09 +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>HOWTO: Self-Signed SSL on IIS in Vista</title>
		<link>http://t.wits.sg/2009/02/24/howto-self-signed-https-on-iis-in-vista/</link>
		<comments>http://t.wits.sg/2009/02/24/howto-self-signed-https-on-iis-in-vista/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 15:48:08 +0000</pubDate>
		<dc:creator>gaweee</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://t.wits.sg/?p=30</guid>
		<description><![CDATA[Yes it can be done, no its not hard at all, no you dont have to download any weird sharewares and no it doesnt cost a cent. Lets go! Download the SelfSSL from microsoft downloads Install it, duh. Assuming you installed it where its supposed to be, go to C:\Program Files\IIS Resources\SelfSSL and run selfssl.exe [...]]]></description>
			<content:encoded><![CDATA[<p>Yes it can be done, no its not hard at all, no you dont have to download any weird sharewares and no it doesnt cost a cent. Lets go!</p>
<ol>
<li>Download the SelfSSL from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=56FC92EE-A71A-4C73-B628-ADE629C89499&amp;displaylang=en">microsoft downloads</a></li>
<li>Install it, duh.</li>
<li>Assuming you installed it where its supposed to be, go to <em>C:\Program Files\IIS Resources\SelfSSL</em> and run <strong>selfssl.exe</strong></li>
<li>Agree to it installing the certificate for you and press <strong>Y</strong></li>
<li>Open your <em>IIS Manager &gt; Sites</em></li>
<li>Right click on the <em>Default Web Site</em> and choose <strong>Edit Bindings</strong></li>
<li>Add</li>
<li>Select type as <strong>https</strong> and select the certificate you just installed.</li>
<li>Done</li>
</ol>
<p>Viola!</p>
<p>This adds the certificate for only a puny <strong>7 days</strong>. If you&#8217;re like us, you&#8217;ll probably need a cert for a much longer period than that. No problem!<br />
Fire up your command prompt and cd to <code>C:\Program Files\IIS Resources\SelfSS\</code><br />
type the following:</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">selfssl.exe /V:<span style="color: #cc66cc;">3650</span> /t</pre></div></div>

<p>That&#8217;ll give you a nice cert for 10 years.<br />
But wait, you&#8217;re original cert is still there! Wel&#8217;ll have to remove it.</p>
<ol>
<li>Start-&gt;Run-&gt;mmc.exe</li>
<li>File -&gt; Add/Remove Snap-in</li>
<li>Certificates (on the left column)</li>
<li>OK</li>
<li>Navigate the tree to: Certificates -&gt; Personal -&gt; Certificates</li>
<li>Delete the original SSL cert you created (see the expiration date differences)</li>
<li>Follow the above instructions in customizing your IIS to the new cert now. =D</li>
</ol>
<p><strong>Note:</strong> This is used for development purposes and the certificates will be recognized as invalid for that domain. Go ahead and add the security exception in Firefox, IE, Chrome or whatever other browsers you&#8217;re using.</p>
]]></content:encoded>
			<wfw:commentRss>http://t.wits.sg/2009/02/24/howto-self-signed-https-on-iis-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
