helpful_snippets/Linux/certbot_nginx.md

13 lines
152 B
Markdown
Raw Normal View History

2025-01-19 14:31:39 +01:00
# Certbot renew certificate
## touch nginx config
```
sudo certbot --nginx
```
## certificate only
```
sudo certbot certonly --nginx
```