« Previous Next »

Answered Thread: Import ssl certificate on iis 7

Last post 06-14-2008 2:56 PM by CarlosAg. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 06-14-2008, 12:44 PM

    Import ssl certificate on iis 7

    Hi, I got the 14 days trial certificate from Verisign for testing my site. www.saquibs.com and i have windows vista workstation but i don't know how to install the ssl certificate and also get the Intermediate CA cerificate code which i save on .cer file . so please help me how can i enable ssl on my remote site. thank you

  • 06-14-2008, 2:48 PM In reply to

    Answered Re: Import ssl certificate on iis 7

    A very easy way to enable SSL for testing purposes is using a Self-Signed certificate.

    To do that :

    1. Open IIS Manager
    2. Double click the Server Certificates feature in the home page
    3. On the Actions Panel click "Create Self-Signed Certificate..."
    4. Specify a name, for example: MyTestCertificate and click OK

    This will create a Self-signed certificate that you can now use for testing purposes.

    To assign the certificate to your site:

    1. Expand the Tree View untill you see the Site that you want to configure
    2. Right Click the Site and choose Edit Bindings...
    3. Click Add...
    4. Select HTTPS as the protocol, and choose your certificate from the certificates list. by default it will bind to port 443 and all IP Addresses but you can change it here.
    5. Click OK

    Now that assigned to the site, so you should be able to navigate to https://localhost (or whatever URL), you should get two "Browse" links in the Actions Pane for that site.

    Finally you might want to mark that the site/application should only be accessible through SSL.

    1. In the Tree View click the Application or Site you configure the SSL Setttings
    2. Double click the Feauture SSL Settings
    3. Check the Require SSL checkbox.
    4. Click Apply in the Actions Pane

    Warnings: When using a Self-signed certificate or any Test Certificate your remote users will be prompted with a warning and by default will not be able to access your site unless they choose to bypass that warning. However this is a very easy way to try SSL.

     

  • 06-14-2008, 2:56 PM In reply to

    Answered Re: Import ssl certificate on iis 7

    By the way I just remembered that Scott Guthrie did a blog entry on this:

    http://weblogs.asp.net/scottgu/archive/2007/04/06/tip-trick-enabling-ssl-on-iis7-using-self-signed-certificates.aspx

    Also, you should be able to import the certificates by using the Certificates MMC

    1. In Windows Press the Start and type MMC
    2. In MMC Choose File->Add/Remove Snap-ins
    3. Select Certificates on the Available Snap-ins and click the 'Add >' button, and select Computer Account->Local Computer Click OK
    4. Expand Certificates/Personal/Certificates and right click it and choose All Tasks->Import.

     

Page 1 of 1 (3 items)
Microsoft Communities