您的位置:首页 > 理论基础 > 计算机网络

Ubuntu16.04下部署https网站,获取免费证书

2018-03-02 10:28 567 查看

1.Let's Encrypt简介

      Let's Encrypt 是一个免费的开源,具有自动部署性能的开源CA。其官方网址为:
       https://letsencrypt.org/

2.通过certbot部署Let's Encrypt

安装环境:Ubuntu16.4+apache2.4.16
$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install python-certbot-apache
$ sudo certbot --apache //自动更新证书


    
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐