Installation:

  1. Open the ZIP file containing your certificate. Save the file named your_domain_name.cer to the desktop of the web server you are securing.

  2. Click on Start, then Administrative Tools, then Internet Information Services (IIS) Manager.

  3. Click on the server name.

  4. From the center menu, double-click the "Server Certificates" button in the "Security" section (near the bottom of the menu).

  5. From the "Actions" menu (on the right), click on "Complete Certificate Request." This will open the Complete Certificate Request wizard.

  6. Browse to your_domain_name.cer file that was provided to you by DigiCert. You will then be required to enter a friendly name. The friendly name is not part of the certificate itself, but is used by the server administrator to easily distinguish the certificate.

  7. Clicking "OK" will install the certificate to the server.

    Note: There is a known issue in IIS 7 giving the following error: "Cannot find the certificate request associated with this certificate file. A certificate request must be completed on the computer where it was created." You may also receive a message stating "ASN1 bad tag value met". If this is the same server that you generated the CSR on then, in most cases, the certificate is actually installed. Simply cancel the dialog and press "F5" to refresh the list of server certificates. If the new certificate is now in the list, you can continue with the next step. If it is not in the list, you will need to reissue your certificate using a new CSR (see our CSR creation instructions for IIS 7). After creating a new CSR, login to your DigiCert account and click the re-key button for your certificate.

  8. Once the SSL certificate has been successfully installed to the server, you will need to assign that certificate to the appropriate website using IIS.

  9. From the "Connections" menu in the main Internet Information Services (IIS) Manager window, select the name of the server to which the certificate was installed.

  10. Under "Sites," select the site to be secured with SSL.

  11. From the "Actions" menu (on the right), click on "Bindings." This will open the "Site Bindings" window.

  12. In the "Site Bindings" window, click "Add..." This will open the "Add Site Binding" window.

  13. Under "Type" choose https. The IP address should be the IP address of the site or All Unassigned, and the port over which traffic will be secured by SSL is usually 443. The "SSL Certificate" field should specify the certificate that was installed in step 7.

  14. Click "OK."

  15. Your SSL certificate is now installed, and the website configured to accept secure connections.

    To enable your SSL certificate for use on other Windows servers, see our PFX export instructions for help.

最新文章

  1. SDWebImage源码解读之SDWebImageDownloaderOperation
  2. canvas 制作flappy bird(像素小鸟)全流程
  3. 【JUC】JDK1.8源码分析之ConcurrentSkipListSet(八)
  4. python基础之dict、set及字符
  5. SQL Server 日期转换到字符串
  6. 条件注释判断浏览器版本<!--[if lt IE 9]>
  7. [译]Mongoose指南 - Plugin
  8. vsftpd.conf 怎么保存
  9. JS判断数据是否是JSON类型
  10. 学会使用Chromium中的LOG
  11. Java Web编程的主要组件技术——Struts核心组件
  12. 字符编码笔记:ASCII,Unicode和UTF-8,附带 Little endian和Big endian的解释
  13. 解决Chrome无法加载Shockwave Flash
  14. JAVA对XML文件的读写(有具体的代码和解析
  15. Mapbox使用详解
  16. 《HelloGitHub》第 28 期
  17. php |= 什么意思
  18. Tomcat 8默认工具manager管理页面访问配置
  19. maven的pom.xml文件标签含义
  20. 从Nexus私服下载和上传资源(二)

热门文章

  1. 《C prime plus (第五版)》 ---第11章 字符串和字符串函数---4
  2. linux内核中创建线程方法【转】
  3. 【博弈论】hihocoder
  4. win 10 安装.msi 程序出现the error code is 2503
  5. ThinkPHP基础(1)
  6. 【HDU 3487】Play with Chain Splay
  7. leetcode 191 Number of 1 Bits(位运算)
  8. bzoj 4515: 游戏 树链剖分+线段树
  9. 【Lintcode】046.Majority Number
  10. python爬虫知识点总结(五)正则表达式