1. 安装 Certbot
sudo yum install epel-releasesudo yum install python3-certbot-nginx # 如果使用 Nginx
2. 获取 SSL 证书
sudo certbot --nginx
3. 验证证书
sudo certbot certificates
4. 自动续签
sudo certbot renew --dry-run
13 篇文章