Administrator
发布于 2024-03-16 / 5 阅读
0
0

Nginx部署SSL证书

安装snap

apt install snapd
snap install core

安装Certbot

snap install --classic certbot
ln -s /snap/bin/certbot /usr/bin/certbot

部署证书

certbot --nginx

评论