Thursday, July 26, 2012

How To Install SSL on Microsoft IIS 7


To Install Your SSL on Microsoft IIS 7

  1. From the Start menu, click Run....
  2. Type mmc, and then click OK. The Microsoft Management Console (Console) window    opens.
  3. In the Console window, click the File menu and select Add/Remove Snap-in. The Add or      Remove Snap-ins window displays.
  4. Select Certificates, and then click Add.
  5. Select Computer Account, and then click Next.
  6. Select Local Computer, and then click Finish.
  7. Click OK.
  8. In the Console window, expand the Certificates folder on the left.
  9. Right-click Intermediate Certification Authorities, mouse-over All Tasks, then clickImport.
  10. In the Certificate Import Wizard, click Next.
  11. Click Browse to find the intermediate certificate file.
  12. Change the file extension filter to PKCS #7 Certificates (*.spc;*.p7b), select the*_iis_intermediates.p7b file, and then click Open.
  13. NOTE: Do not install your Leaf Certificate in this area. Doing so removes your certificate from the list, and you must reinstall to correct the problem.
  14. Click Next.
  15. Select Place all certificates in the following store.
  16. Click Browse, select Intermediate Certification Authorities, and then click Next.
  17. Click Finish.
  18. Close the Console window.
  19. From the Start menu, go to Administrative Tools and click Internet Services Manager.
  20. Click the server name on the left.
  21. Double click Server Certificates.
  22. From the Actions panel on the right, click Complete Certificate Request...
  23. Enter the location for the certificate file. The file extension might be .txt or .crt instead of .cer (search for all files).
  24. Enter a Friendly name for the certificate file, and then click OK.
  25. In the Internet Information Services Manager window, select the name of the server where you installed the certificate.
  26. Under Sites, select the site to be secured with the SSL certificate.
  27. In the Actions panel on the right, click Bindings...
  28. Click Add...
  29. In Add Site Binding:
  30. For Type, select https.
  31. For IP address, select All Unassigned, or the IP address of the site.
  32. For Port, type 443.
  33. Select the SSL certificate you just installed, and then click OK.
  34. Click Close.
  35. Close the Internet Information Services (IIS) Manager.

Your SSL Certificate is installed. Visit your website with HTTPS to verify the installation. 

How to make a tomcat as a service in CENTOS/RHCE


Introduction

This document will teach you how to setup Tomcat to run as a service (startup when booted) on Linux. 

Powered by Blogger.