﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Newest KB Articles in Windows 2003</title>
    <description>Recent additions to the Knowledge Base from Integral Hosting</description>
    <link>http://www.integralhelp.com/KB/c22/windows-2003.aspx</link>
    <dt>Sat, 04 Sep 2010 17:28:56 GMT</dt>
    <generator>SmarterTrack Professional 3.6.3267</generator>
    <item>
      <title>Certificate Installation: Microsoft IIS 5.x &amp; 6.x</title>
      <link>http://www.integralhelp.com/KB/a25/certificate-installation-microsoft-iis-5x-6x.aspx</link>
      <pubDate>Tue, 01 Jul 2008 17:23:07 GMT</pubDate>
      <guid isPermaLink="false">kbarticle25</guid>
      <description>&lt;H3&gt;Installing your IIS SSL Certificate on Microsoft IIS 5.x / 6.x&lt;/H3&gt;
1. Select Administrative Tools&lt;BR&gt;
&lt;BR&gt;
2. Start Internet Services Manager&lt;BR&gt;
&lt;BR&gt;
3. Open the properties window for the website. You can do this by right clicking on the Default Website and selecting Properties from the menu&lt;BR&gt;
&lt;BR&gt;
4. Open Directory Security by right clicking on the Directory Security tab&lt;BR&gt;
&lt;BR&gt;
5. Click Server Certificate. The following Wizard will appear:&lt;BR&gt;
&lt;BR&gt;
6. Choose to Process the Pending Request and Install the Certificate. Click Next&lt;BR&gt;
&lt;BR&gt;
7. Enter the location of your IIS SSL certificate (you may also browse to locate your IIS SSL certificate), and then click Next&lt;BR&gt;
&lt;BR&gt;
8. Read the summary screen to be sure that you are processing the correct certificate, and then click Next&lt;BR&gt;
&lt;BR&gt;
9. You will see a confirmation screen. When you have read this information, click Next&lt;BR&gt;
&lt;BR&gt;
10. You now have an IIS SSL server certificate installed</description>
    </item>
    <item>
      <title>CSR Generation: Microsoft IIS 5.x &amp; 6.x</title>
      <link>http://www.integralhelp.com/KB/a24/csr-generation-microsoft-iis-5x-6x.aspx</link>
      <pubDate>Tue, 01 Jul 2008 17:20:36 GMT</pubDate>
      <guid isPermaLink="false">kbarticle24</guid>
      <description>&lt;H3&gt;Generating an IIS SSL Certificate Signing Request (CSR) using Microsoft IIS 5.x / 6.x&lt;/H3&gt;
&lt;P&gt;A CSR is a file containing your IIS SSL certificate application information, including your Public Key. Generate your CSR and then copy and paste the CSR file into the webform in the enrollment process:&lt;/P&gt;
&lt;H4&gt;Generate keys and Certificate Signing Request:&lt;/H4&gt;
&lt;UL&gt;
    &lt;LI&gt;Select &lt;STRONG&gt;Administrative Tools&lt;/STRONG&gt;
    &lt;LI&gt;Start &lt;STRONG&gt;Internet Services Manager&lt;/STRONG&gt;
    &lt;LI&gt;Open the properties window for the website the CSR is for. You can do this by right clicking on the Default Website and selecting Properties from the menu
    &lt;LI&gt;Open &lt;STRONG&gt;Directory Security &lt;/STRONG&gt;by right clicking on the Directory Security tab
    &lt;LI&gt;Click &lt;STRONG&gt;Server Certificate&lt;/STRONG&gt;. The following Wizard will appear:
    &lt;LI&gt;Click &lt;STRONG&gt;Create a new certificate&lt;/STRONG&gt; and click &lt;STRONG&gt;Next&lt;/STRONG&gt;.
    &lt;LI&gt;Select &lt;STRONG&gt;Prepare the request&lt;/STRONG&gt; and click &lt;STRONG&gt;Next&lt;/STRONG&gt;.
    &lt;LI&gt;Provide a name for the certificate, this needs to be easily identifiable if you are working with multiple domains. This is for your records only.
    &lt;LI&gt;If your server is 40 bit enabled, you will generate a 512 bit key. If your server is 128 bit you can generate up to 1024 bit keys. We recommend you stay with the default of 1024 bit key if the option is available. Click &lt;STRONG&gt;Next&lt;/STRONG&gt;
    &lt;LI&gt;Enter &lt;STRONG&gt;Organisation&lt;/STRONG&gt; and &lt;STRONG&gt;Organisation Unit&lt;/STRONG&gt;, these are your company name and department respectively. Click &lt;STRONG&gt;Next&lt;/STRONG&gt;
    &lt;LI&gt;&lt;SPAN&gt;The Common Name field should be the &lt;STRONG&gt;&lt;FONT color=#cc0000&gt;Fully Qualified Domain Name&lt;/FONT&gt;&lt;/STRONG&gt; (FQDN) or the web address for which you plan to use your IIS SSL Certificate, e.g. the area of your site you wish customers to connect to using SSL. For example, an SSL Certificate issued for &lt;STRONG&gt;yourdomain.com&lt;/STRONG&gt; will not be valid for &lt;STRONG&gt;secure.yourdomain.com&lt;/STRONG&gt;. If the web address to be used for SSL is &lt;STRONG&gt;secure.yourdomain.com&lt;/STRONG&gt;, ensure that the common name submitted in the CSR is &lt;STRONG&gt;secure.yourdomain.com&lt;/STRONG&gt;.&lt;/SPAN&gt; Click &lt;STRONG&gt;Next&lt;/STRONG&gt;.
    &lt;LI&gt;Enter your &lt;STRONG&gt;country&lt;/STRONG&gt;, &lt;STRONG&gt;state&lt;/STRONG&gt; and &lt;STRONG&gt;city&lt;/STRONG&gt;. Click &lt;STRONG&gt;Next&lt;/STRONG&gt;.
    &lt;LI&gt;Enter a filename and location to save your CSR. You will need this CSR to enroll for your IIS SSL Certificate. Click &lt;STRONG&gt;Next&lt;/STRONG&gt;.
    &lt;UL&gt;
        &lt;LI&gt;Check the details you have entered. If you have made a mistake click &lt;STRONG&gt;Back&lt;/STRONG&gt; and amend the details. Be especially sure to check the domain name the Certificate is to be "Issued To". Your IIS SSL Certificate will only work on this domain. Click &lt;STRONG&gt;Next&lt;/STRONG&gt; when you are happy the details are absolutely correct. &lt;/LI&gt;
    &lt;/UL&gt;
    &lt;UL&gt;
        &lt;LI&gt;When you make your application, make sure you include the CSR in its entirety into the appropriate section of the enrollment form - including&lt;BR&gt;
        &lt;STRONG&gt;-----BEGIN CERTIFICATE REQUEST-----to-----END CERTIFICATE REQUEST-----&lt;/STRONG&gt;
        &lt;LI&gt;Click &lt;STRONG&gt;Next&lt;/STRONG&gt;
        &lt;LI&gt;Confirm your details in the enrollment form
        &lt;LI&gt;Finish &lt;/LI&gt;
    &lt;/UL&gt;
    &lt;LI&gt;
    &lt;H4&gt;To save your private key:&lt;/H4&gt;
    &lt;UL&gt;
        &lt;LI&gt;Go to: &lt;STRONG&gt;Certificates&lt;/STRONG&gt; snap in in the MMC
        &lt;LI&gt;Select &lt;STRONG&gt;Requests&lt;/STRONG&gt;
        &lt;LI&gt;Select &lt;STRONG&gt;All tasks&lt;/STRONG&gt;
        &lt;LI&gt;Select &lt;STRONG&gt;Export&lt;/STRONG&gt; &lt;/LI&gt;
    &lt;/UL&gt;
    &lt;/LI&gt;
&lt;/UL&gt;
We recommend that you make a note of your password and backup your key as these are known only to you, so if you loose them we can't help! A&amp;nbsp;removable media is recommended for your backup files.</description>
    </item>
  </channel>
</rss>