StoreFront SSL

Requirements

  • StoreFront website must be up and running in http
  • Joined to the domain
  • Certificate Authority configured and Root CA certificate must be trusted on all servers and clients
  • Web enrollment must be available

Lab Configuration

StoreFront SSL Configuration

There is multiple methods available to generate certificate (via IIS domain certificate creation, IIS domain certificate request, Certificate web enrollment, etc).

In this lab, we will create the certificate using the Certificate Web Enrollment website.

Create template

The default Web Server template does not let you export the Certificate Private key which is needed for this lab.

Original procedure on Technet.

Connect to the Enterprise issuing CA (DC.citrixguru.lab) and open the Certification Authority console. Expand the certification authority so that you can see Certificate Templates.

Right-click Certificate Templates and then click Manage. If you don’t see these options, then run the following command: certtmpl.msc to open the Certificate Templates console.

In the details pane of the Certificate Templates console, right-click the Web Server template and then click Duplicate Template. If you are prompted to select a template version, select 2003 and then click OK.

https://www.citrixguru.com/2015/11/15/lab-part-15-configure-ssl-in-storefront/

最新文章

  1. WinForm------SimpleButton去掉点击时的边框
  2. display:none 与 opacity:0
  3. Atitit.Hibernate中Criteria 使用总结and 关联查询 and 按照子对象查询 o9o
  4. Android 2.1 和 Android 4.4 工程目录超详细对比及详解
  5. 每天一个linux命令(7):cp 命令
  6. java初始化笔记
  7. java+ mysql 给所有的表添加假数据
  8. Hibernate入门之关系篇:多对一和一对多映射
  9. android批量文件上传(android批量图片上传)
  10. 《JavaScript DOM 编程艺术 》 笔记
  11. 【广告】win10 uwp 水印图床 含代码
  12. 【BZOJ1146】网络管理(主席树,树状数组)
  13. MVC中EF代码优先问题
  14. windows slaver 脚本执行xcopy 报错无效驱动器规格
  15. maven用框架编写网页运行出现HTTP Status 500 - Unable to compile class for JSP
  16. redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketException: 断开的管道 (Write failed)
  17. orocos_kdl学习(二):KDL Tree与机器人运动学
  18. [work]Spring_Jdbc
  19. Python初学者第十六天 文件处理操作练习
  20. express常用中间件

热门文章

  1. 【java】获取昨天/今天/明天日期
  2. tuned linux 性能调优工具
  3. 知识点总结 VUE部分
  4. B1038 统计同成绩学生 (20 分)
  5. [LeetCode] 266. Palindrome Permutation 回文全排列
  6. 遍历 combobox 中的各个选项
  7. sonatype nexus安装教程
  8. X509证书 指定了无效的提供程序类型 System.Security.Cryptography.CryptographicException 错误解决方法
  9. 姿态角(RPY)的优化目标函数
  10. ConcurrentHashMap竟然也有死循环问题?