apache 配置ssl

Posted 多啦C梦

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache 配置ssl相关的知识,希望对你有一定的参考价值。

<VirtualHost 0.0.0.0:443>
    DocumentRoot "C:/xampp/htdocs"
    SSLEngine on
    ServerName www.***.cn:443
    
    SSLCertificateFile "C:/xampp/apache/conf/2_www.***.cn.crt"
    SSLCertificateKeyFile "C:/xampp/apache/conf/3_www.***.cn.key"
    SSLCertificateChainFile "C:/xampp/apache/conf/1_root_bundle.crt"
</VirtualHost>

 

以上是关于apache 配置ssl的主要内容,如果未能解决你的问题,请参考以下文章