<?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>Kaki Supper &#187; install SSL</title>
	<atom:link href="http://kslim.net/blog/tag/install-ssl/feed" rel="self" type="application/rss+xml" />
	<link>http://kslim.net/blog</link>
	<description>a life in memory...</description>
	<lastBuildDate>Tue, 27 Jul 2010 10:31:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SSL installation in IIS7</title>
		<link>http://kslim.net/blog/computing-2/internet/ssl-installation-in-iis7</link>
		<comments>http://kslim.net/blog/computing-2/internet/ssl-installation-in-iis7#comments</comments>
		<pubDate>Mon, 01 Feb 2010 09:01:49 +0000</pubDate>
		<dc:creator>K5.L1M</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[install SSL]]></category>
		<category><![CDATA[Win2008]]></category>

		<guid isPermaLink="false">http://kslim.net/blog/?p=1045</guid>
		<description><![CDATA[After received SSL Certificate from the provider, you will need to install it to the server from which the CSR key request was generated. The following is the steps for SSL Installation at Microsoft IIS7:

Copy or download the SSL certificate file (*.cer)  to the web server that you wish to secure.
Click on Start menu, then Administrative Tools, then Internet [...]]]></description>
			<content:encoded><![CDATA[<p>After received SSL Certificate from the provider, you will need to install it to the server from which the CSR key request was generated. The following is the steps for SSL Installation at Microsoft IIS7:</p>
<ol>
<li>Copy or download the SSL certificate file (*<em>.cer)  </em>to the web server that you wish to secure.</li>
<li>Click on Start menu, then <strong>Administrative Tools</strong>, then Internet Information Services (IIS) Manager.</li>
<li>Click on the server name.</li>
<li>From the center menu, double-click the &#8220;<strong>Server Certificates</strong>&#8221; button in the &#8220;Security&#8221; category (near the bottom of the menu with view by group).<br />
<a href="http://cdn.blog.kslim.net/blog/wp-content/uploads/2010/02/SSL-iis7-01.PNG" rel="lightbox[1045]"><img class="aligncenter size-medium wp-image-1060" title="SSL-iis7-01" src="http://cdn.blog.kslim.net/blog/wp-content/uploads/2010/02/SSL-iis7-01-350x204.PNG" alt=" SSL installation in IIS7" width="350" height="204" /></a><a href="http://cdn.blog.kslim.net/blog/wp-content/uploads/2010/02/SSL-iis7-import-011.PNG" rel="lightbox[1045]"></a></li>
<li>From the &#8220;Actions&#8221; menu (at the right panel), click on &#8220;<strong>Complete Certificate Request.</strong>&#8221; This will open the Complete Certificate Request wizard.<br />
<a href="http://cdn.blog.kslim.net/blog/wp-content/uploads/2010/02/SSL-iis7-install-02.png" rel="lightbox[1045]"><img class="aligncenter size-medium wp-image-1061" title="SSL-iis7-install-02" src="http://cdn.blog.kslim.net/blog/wp-content/uploads/2010/02/SSL-iis7-install-02-350x302.png" alt="SSL iis7 install 02 350x302 SSL installation in IIS7" width="350" height="302" /></a></li>
<li>Browse to your *.cer file that was provided to you by SSL certificate provider.  You will then be required to enter a friendly name. The friendly name is not part of the certificate itself, but is used by the server administrator to easily distinguish the certificate.</li>
<li>Clicking &#8220;OK&#8221; will install the certificate to the server. <em>Note: There is a known issue in IIS 7 giving the following ERROR: &#8220;Cannot find the certificate request associated with this certificate file. A certificate request must be completed on the computer where it was created.&#8221; You may also receive a message stating &#8220;ASN1 bad tag value met&#8221;. If this is the same server that you generated the CSR on then, in most cases, the certificate is <strong>actually installed</strong>.  Simply cancel the dialog and press &#8220;F5&#8243; to refresh the list of server certificates.  If the new certificate is now in the list, you can continue with the next step. If it is not in the list, you will need to reissue your certificate using a new CSR (see our CSR creation instructions for IIS 7).  After creating a new CSR, login to your account at provider control panel and click the reissue button for your new SSL certificate.<br />
</em></li>
<li>Once the SSL certificate has been successfully installed to the server, you will need to assign that certificate to the appropriate website at IIS.</li>
</ol>
<p><img class="aligncenter size-medium wp-image-1063" title="SSL-iis7-install-03" src="http://cdn.blog.kslim.net/blog/wp-content/uploads/2010/02/SSL-iis7-install-031-350x255.gif" alt="SSL iis7 install 031 350x255 SSL installation in IIS7" width="350" height="255" /><br />
<a href="http://cdn.blog.kslim.net/blog/wp-content/uploads/2010/02/SSL-iis7-install-02.png" rel="lightbox[1045]"></a><a href="http://cdn.blog.kslim.net/blog/wp-content/uploads/2010/02/SSL-iis7-install-041.gif" rel="lightbox[1045]"><img class="aligncenter size-medium wp-image-1064" title="SSL-iis7-install-04" src="http://cdn.blog.kslim.net/blog/wp-content/uploads/2010/02/SSL-iis7-install-041-350x144.gif" alt="SSL iis7 install 041 350x144 SSL installation in IIS7" width="350" height="144" /></a></p>
<p><a href="http://cdn.blog.kslim.net/blog/wp-content/uploads/2010/02/SSL-iis7-install-05.gif" rel="lightbox[1045]"><img class="aligncenter size-medium wp-image-1065" title="SSL-iis7-install-05" src="http://cdn.blog.kslim.net/blog/wp-content/uploads/2010/02/SSL-iis7-install-05-350x189.gif" alt="SSL iis7 install 05 350x189 SSL installation in IIS7" width="350" height="189" /></a></p>
<p><a href="http://cdn.blog.kslim.net/blog/wp-content/uploads/2010/02/SSL-iis7-install-06.gif" rel="lightbox[1045]"><img class="aligncenter size-medium wp-image-1066" title="SSL-iis7-install-06" src="http://cdn.blog.kslim.net/blog/wp-content/uploads/2010/02/SSL-iis7-install-06-350x144.gif" alt="SSL iis7 install 06 350x144 SSL installation in IIS7" width="350" height="144" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kslim.net/blog/computing-2/internet/ssl-installation-in-iis7/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/16 queries in 0.027 seconds using disk
Content Delivery Network via cdn.blog.kslim.net

Served from: kslim.net @ 2010-07-30 15:40:07 -->