httpd - 配置SSL证书
2021-02-19 16:17
标签:play mod_ssl conf install isp lin ott key editable httpd - 配置SSL证书 标签:play mod_ssl conf install isp lin ott key editable 原文地址:https://www.cnblogs.com/duchaoqun/p/12928257.htmlSummary
Demo
# 安装软件
yum install mod_ssl openssl httpd -y
# 修改配置文件/etc/httpd/conf.d/ssl.conf,将上述文件传到指定的位置上,然后修改如下配置值即可。
SSLCertificateFile "public.crt证书路径"
SSLCertificateKeyFile ".key证书路径"
SSLCertificateChainFile "chain.crt证书路径"