文章标签 ‘SSL’
20251 月21

通过 certbot 自动部署ssl证书

Let`s Encrypt 证书自动获取和部署

sudo apt install certbot python3-certbot-nginx

sudo certbot --nginx

sudo systemctl reload nginx

sudo certbot renew --dry-run