DNS 申请证书
本文最后更新于 201 天前,其中的信息可能已经有所发展或是发生改变。

#1、安装certbot 和插件
apt-get install certbot python3-certbot-dns-cloudflare
#2、生成私钥
openssl req -newkey rsa:2048 -nodes -keyout sanqiz.de.key -out sanqiz.de.csr
#3、运行命令
certbot certonly --manual --preferred-challenges dns -d sanqiz.de
#4、根据提示,到cf上添加一条txt解析
#5、路径
Certificate is saved at: /etc/letsencrypt/live/sanqiz.de/fullchain.pem
Key is saved at:         /etc/letsencrypt/live/sanqiz.de/privkey.pem

暂无评论

发送评论 编辑评论


				
上一篇
下一篇