centos7 Let`s Encrypt申请免费SSL证书

2019-11-06 17:09:16   工作备份

 

1.安装certbot工具

  1. yum -y install python-certbot-nginx

2.生成证书

  1. certbot certonly --email [邮箱地址] --agree-tos --webroot -w [网站根目录] -d [自己的域名]

3.nginx部署证书即可

4.删除证书

  1. certbot delete --cert-name crm.zxzd.ink

5.查看证书列表

  1. certbot certificates

6.强制刷新证书

  1. certbot renew --cert-name 证书名称 --force-renewal

7.dns方式颁发证书

  1. certbot --manual --preferred-challenges dns certonly