helpful_snippets/Linux/certbot_nginx.md
2025-01-19 21:27:19 +08:00

13 lines
152 B
Markdown

# Certbot renew certificate
## touch nginx config
```
sudo certbot --nginx
```
## certificate only
```
sudo certbot certonly --nginx
```