Posts Tagged “Windows 2008”

  1. Click the Start menu and click Administrative Tools.
  2. Click the Internet Information Services (IIS) Manager menu item.
  3. Select the Server name that you wish to secure in the left panel.
  4. Double-click the Server Certificates icon at Security category.
  5. Select the certificate you wish to renew then right-click and select the Renew item in the popup menu.
  6. Select the “Create a renewal certificate request” with click on radio button in the first page of the Renew an Existing Certificate wizard.
    iis7 create CSR renew 01 331x350 Create CSR for SSL renewal at IIS7
  7. Then go to create a new text file and Specify the file name to be used to save the CSR key.
  8. After done the wizards, open the generated CSR file using a plain-text editor such as Windows Notepad
  9. Copy and paste the CSR key into the online certificate renewal form or give it to the SSL certificate provider, they will initiate the processing of SSL renewal request.
Tags: , , ,

Comments 1 Comment »

  1. Click Start menu, then Administrative Tools, then Internet Information Services (IIS) Manager.
  2. Click on the “Server name”.
  3. From the center menu, double-click the “Server Certificates” button in the “Security“ category (it is near to the bottom of the menu if view by group).
     Generate New CSR for domain at IIS7
  4. Next, from the “Actions” menu (on the right), click on “Create Certificate Request.“  This will open the Request Certificate wizard.
    iis7 create CSR new1 350x303 Generate New CSR for domain at IIS7
  5. In the “Distinguished Name Properties” window, enter the information as follows:
    Common Name - The name through which the certificate will be accessed (usually the fully-qualified domain name, e.g., www.domain.com or mail.domain.com).
    Organization – The legally registered name of your organization/company.
    Organizational unit – The name of your department within the organization (frequently this entry will be listed as “IT,” “Web Security,” or is simply left blank).
    City/locality – The city in which your organization is located.
    State/province – The state in which your organization is located.
    Country/region – If needed, you can find your two-digit country code in our list.
  6. Click Next. In the “Cryptographic Service Provider Properties” window, leave both settings at their defaults (Microsoft RSA SChannel and 2048) and then click next.
    iis7 create CSR cryptographic 2048 350x268 Generate New CSR for domain at IIS7
  7. Enter a Filename for your CSR file.

NOTE: Remember the filename that you choose and the location to which you save it. You will need to open this text file in NotePad and copy the entire body of it (including the Begin and End Certificate Request tags) when order for new SSL certificate.

Tags: , , , , ,

Comments No Comments »

  1. Go to Start > Run
  2. Type in MMC and click OK
  3. Click the File menu at top > select Add/Remove Snap-in
  4. Click on Certificates and click on Add.
  5. Select Computer Account > Click Next
  6. Select Local Computer > Click Finish
  7. Click OK to close.
  8. Double click on Certificates (Local Computer) in the center window.
  9. Right click on the Personal Certificates Store (folder)
    Choose > ALL TASKS > Import
  10. Follow the Certificate Import Wizard to import your Primary Certificate from the .pfx file.  You will need to Browse for .pfx files.
  11. Enter the password that was used when exporting the certificate to a .pfx file.
  12. If desired, check the box to “Mark this key as exportable.”
  13. When prompted, choose to automatically place the certificates in the certificate stores based on the type of the certificate.
  14. Click Finish to end the wizard.
  15. Close the MMC console.  In the case that you are prompted, it is not necessary to save the changes made to the MMC console.
Tags: , , , , ,

Comments 1 Comment »

  1. Go to Windows menu: Start > Run
  2. Type in MMC and click OK
    iis7 export SSL01 mmc 350x186 Export SSL certificate/Private Key at IIS7
  3. Click the File Menu > select Add/Remove Snap-in
    iis7 export SSL02 console 350x257 Export SSL certificate/Private Key at IIS7
  4. Click on Certificates and click on Add.
  5. Select Computer Account > Click Next
    iis7 export SSL03 console 350x286 Export SSL certificate/Private Key at IIS7
  6. Select Local Computer > Click Finish
    iis7 export SSL04 console 350x254 Export SSL certificate/Private Key at IIS7
  7. Click OK to close.
  8. Double click on Certificates (Local Computer) in the center window.
  9. Double click on the Personal folder, and then on Certificates.
  10. Right Click on the Certificate you would like to backup and choose > ALL TASKS > Export
  11. Follow the Certificate Export Wizard to backup your certificate.
  12. Choose to “Yes, export the private key
    iis7 export SSL05 350x202 Export SSL certificate/Private Key at IIS7
  13. Choose to “Include all certificates in certificate path if possible.”
    Note: Do NOT select the delete Private Key option
    iis7 export SSL06 350x313 Export SSL certificate/Private Key at IIS7
  14. Enter a password you will remember
  15. Choose the save location and name the *.pfx file
  16. Finish
  17. You will receive a message > “The export was successful.” > Click OK
  18. DONE!
Tags: , , , , ,

Comments No Comments »