1.安装certbot工具
yum -y install python-certbot-nginx
2.生成证书
certbot certonly --email [邮箱地址] --agree-tos --webroot -w [网站根目录] -d [自己的域名]
3.nginx部署证书即可
4.删除证书
certbot delete --cert-name crm.zxzd.ink
5.查看证书列表
certbot certificates
6.强制刷新证书
certbot renew --cert-name 证书名称 --force-renewal
7.dns方式颁发证书
certbot --manual --preferred-challenges dns certonly