Search Docs
certbot 是一个免费的证书申请工具,可以用来申请 let's encrypt 的免费证书。
详细安装过程参考 certbot 安装文档。
1dnf install -y epel-release 2dnf install -y certbot python3-certbot-nginx
1certbot --nginx
1certbot --nginx -d example.com -d www.example.com
1certbot certonly --nginx -d example.com -d www.example.com
1certbot renew