码迷,mamicode.com
首页 > 其他好文 > 详细

certbot 使用

时间:2021-06-02 15:37:58      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:nap   nginx   emc   var   ln -s   core   ble   classic   ssi   

安装

yum install epel-release

yum install snapd

systemctl enable --now snapd.socket

ln -s /var/lib/snapd/snap /snap

snap install core; snap refresh core

yum remove certbot

snap install --classic certbot

ln -s /snap/bin/certbot /usr/bin/certbot

为nginx添加证书比自动修改nginx配置
certbot --nginx

为nginx添加证书
certbot certonly --nginx

测试证书更新
certbot renew --dry-run

证书更新
certbot renew

certbot 使用

标签:nap   nginx   emc   var   ln -s   core   ble   classic   ssi   

原文地址:https://www.cnblogs.com/lbnnbs/p/14825096.html

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