Summary

  • 在阿里云申请免费证书,得到如下三个文件
    httpd - 配置SSL证书

Demo

# 安装软件
yum install mod_ssl openssl httpd -y

# 修改配置文件/etc/httpd/conf.d/ssl.conf,将上述文件传到指定的位置上,然后修改如下配置值即可。
SSLCertificateFile "public.crt证书路径"
SSLCertificateKeyFile ".key证书路径"
SSLCertificateChainFile "chain.crt证书路径"

相关文章:

  • 2022-01-12
  • 2021-07-22
  • 2021-04-05
  • 2022-01-17
  • 2021-12-31
猜你喜欢
  • 2022-02-07
  • 2021-11-27
  • 2021-09-15
  • 2021-11-30
  • 2021-11-19
  • 2021-09-14
  • 2021-04-14
相关资源
相似解决方案