certbot
(5)systemd timer 未启用,导致 certbot 证书自动续期失败
春节期间收到了公司服务器上一个域名证书快要过期的提示邮件。
今天第一天开工,正好处理一下。
很奇怪,这个服务器上[基于 letsencrypt 生成的免费证书](/blog-enable-https-by-letsencrypt),
certbot 安装证书报错:The requested nginx plugin does not appear to be installed
## 系统环境
Ubuntu 20.04
## 报错信息
```
# certbot --nginx
Saving debug log to /var/log/letsencrypt/letsencrypt.log
The
certbot 自动配置 HTTPS 证书时,指定 nginx 配置文件路径
今天在一台 CentOS 7.3 的服务器上配置新网站域名的 HTTPS 证书,Web Server 用的 Nginx。
certbot 提示 nginx.conf 文件找不到。
```
# certbot --nginx
Action required: Let's Encrypt certificate renewals
连续收到了 letsencrypt 的提示邮件
```
Hello,
Action may be required to prevent your Let's Encrypt certificate renewals
fro
给博客启用了 HTTPS
## 为何要启用 HTTPS
- 练练手,之前没有手动配置过 HTTPS 证书
- 防网站劫持
- 做小程序的后台 API 接口
- 提高搜索排名
## 到哪里申请 HTTPS 证书
https://letsencrypt.
上一页
下一页