码迷,mamicode.com
首页 > Web开发 > 详细

在Ubuntu使用 Let's Encrypt 证书部署 HTTPS的方法

时间:2017-07-16 00:08:06      阅读:272      评论:0      收藏:0      [点我收藏+]

标签:osi   style   选择   tor   div   get   img   安装   证书   

获取软件包:

$ 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

它会自动安装插件,然后你需要输入邮箱来用于证书的找回。同时还会要求你选择是否同时开启Http和https和是否开启强制https。

部署成功后提示:

技术分享

测试报告:

技术分享

自动续期:

sudo certbot renew --dry-run
certbot renew 

 

 

 

在Ubuntu使用 Let's Encrypt 证书部署 HTTPS的方法

标签:osi   style   选择   tor   div   get   img   安装   证书   

原文地址:http://www.cnblogs.com/lamp01/p/7188075.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!