zoukankan      html  css  js  c++  java
  • IIS7配置https

    To Install an SSL Certificate in Microsoft IIS 7

      1. Click Start, mouse-over Administrative Tools, and then click Internet Services Manager.
      2. In the Internet Information Services (IIS) Manager window, select your server.
      3. Scroll to the bottom, and then double-click Server Certificates.
      4. From the Actions panel on the right, click Complete Certificate Request....
      5. To locate your certificate file, click ....
      6. In the Open window, select *.* as your file name extension, select your certificate (it might be saved as a .txt, .cer, or .crt), and then click Open.
      7. In the Complete Certificate Request window, enter a Friendly name for the certificate file, and then click OK.

    NOTE: For Wildcard SSL certificates make sure your Friendly Name to matches your Common Name (i.e. *.coolexample.com).

    1. In the Internet Information Services (IIS) Manager window, select the name of the server where you installed the certificate.
    2. Click + beside Sites, select the site to secure with the SSL certificate.
    3. In the Actions panel on the right, click Bindings....
    4. Click Add....
    5. In the Add Site Binding window:
      • For Type, select https.
      • For IP address, select All Unassigned, or the IP address of the site.
      • For Port, type 443.
      • For SSL Certificate, select the SSL certificate you just installed, and then click OK.
    6. Close the Site Bindings window.
    7. Close the Internet Information Services (IIS) Manager window. Your SSL certificate installation is complete.

    Visit your website at https://www.coolexample.com (replacing coolexample.com with your domain name) to verify the installation. If you have problems, see Using the SSL Installation Tool to help diagnose issues.

  • 相关阅读:
    HDU4411 最小费用流
    HDU5934 强连通分量
    一个问题
    SAP模板
    KMP模板
    ]C#中执行SQL文件脚本的代码(非常有用)
    C#调用非托管程序5种方式
    [转]C#中的静态常量(const)和动态常量(static和readonly)用法和区别
    [转]C#开发命名规范总结整理
    [转]关于同步方法里面调用异步方法的探究
  • 原文地址:https://www.cnblogs.com/cw_volcano/p/3555314.html
Copyright © 2011-2022 走看看