Import SHA2 SSL cert to Windows IIS7

1.You will get 3 piece of certs from GeoTrust, and save them to below

1)=server.cert: Issue to "*.domain.cn", Issue from "GeoTrust SSL CA-G4"
2)=middle.cer: Issue to "GeoTrust SSL CA-G4", Issue from "GeoTrust Global CA"
3)=cross.cer: Issue to "GeoTrust Global CA", Issue from "Equifax Secure Cerificate Authority"

2. Transter your cert to PFX format

1) prepare your private key and server.cert
2) access https://www.trustasia.com/tools/cert-convert/ ,
3) source:PEM, target:PKCS12
4) input certificate password
5) save PFX to your PC

3. Import PFX and adjust cert chain

1) Open MMC in the run CMD
2) Click Add/Remove Snap-in
3) Add Certificate to "selected snap-ins"
4) Select "Computer account" and push Ok
5) Go to Personal->Certificates->Right click and import new SHA2 PFX file to the server
6) Input import password and complete the importing
7) Import mid.cer and cross.cer to Intermediate Certification Authority/certificates
8) verify new personal certificates has 4 level path chain, if still has 3 level path
9) remove the cert which Issue to "GeoTrust Global CA", Issue from "GeoTrust Global CA"
10)now your new personal certificates has 4 level path chain

4. Bind cert to IIS

1) go to IIS manager,
2) select site and right edit bindings
3) edit https, select new SSL certificate
4) restart IIS service

5. testing

https://www.trustasia.com/tools/ssl-checker/
mid.cer and cross.cer is public, so you can get it from trustasia. but server.cer from GeoTrust privately.

最新文章

  1. Atitit 软件国际化原理与概论
  2. 更换win7锁屏壁纸
  3. AspNet Identity and IoC Container Registration
  4. mysql笔记(存储引擎)
  5. 基于HTML5 SVG炫酷文字爆炸特效
  6. Java——观察者模式实例
  7. Native libraries .so.XY failing to link at runtime
  8. 服务器监控之 ping 监控
  9. hdu 4585 Shaolin(STL map)
  10. iOS获取程序运行平台
  11. Mysql 本地计算机无法启动 mysql 服务 错误 1067:进程意外终
  12. 效率神器 Workflow 实例分享
  13. Codeforces Round #407 (Div. 1)
  14. Linux变量内容的删除、取代与替换
  15. Docker镜像仓库清理的探索之路
  16. Python数据可视化之Matplotlib实现各种图表
  17. 解决import模块后提示无此模块的问题
  18. gulp插件实现压缩一个文件夹下不同目录下的js文件(支持es6)
  19. 运维seq语法
  20. 在v-html中,js 正则表达式清除字符串里的style属性

热门文章

  1. iOS学习笔记---oc语言第七天
  2. form表单验证
  3. cnblogs.com的用户体验
  4. openni和骨架追踪 rviz查看---34
  5. Hibernate两个列作为唯一索引
  6. hbase(ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet)
  7. POJ 1195 Mobile phones(二维树状数组)
  8. 课堂所讲整理:输入输出流(I/O)2(修改版)
  9. E:nth-child(n)实现奇偶匹配
  10. SpringMVC给外部资源加版本号避免缓存