美文网首页
Apache 服务器配置https

Apache 服务器配置https

作者: Json_z | 来源:发表于2017-12-16 15:08 被阅读50次

    第一步:在阿里云申请CA证书


    image.png

    第二步:申请通过之后下载证书,下载证书页面有对应的配置说明。需要注意的是如果服务器没有安装ssl模块的需要安装


    image.png

    yum install mod_ssl

    检测方法使用以下命令:
    httpd -M | grep mod_ssl

    相关文章

      网友评论

          本文标题:Apache 服务器配置https

          本文链接:https://www.haomeiwen.com/subject/wdvswxtx.html