一、安装certbot应用
sudo apt update
sudo apt install certbot python3-certbot-nginx
二、生成证书
# 泛域名:
certbot certonly -d *.你的主域名 --manual --preferred-challenges dns
# 主域名:
certbot certonly -d 你的主/子域名 --manual --preferred-challenges dns
1、填写邮箱
2、同意向ACME服务器注册
3、是否分享你的邮箱
4、前往阿里云添加域名解析记录
添加完成后等几分钟再敲回车键!不然它可能检测不到你的记录
我的记录如下:
5、是否成功
如图乃成功: