helpful_snippets/Linux/certbot_nginx.md

13 lines
160 B
Markdown
Raw Normal View History

2025-01-19 14:27:19 +01:00
# Certbot renew certificate
## touch nginx config
2025-10-16 05:45:04 +02:00
```bash
2025-01-19 14:27:19 +01:00
sudo certbot --nginx
```
## certificate only
2025-10-16 05:45:04 +02:00
```bash
2025-01-19 14:27:19 +01:00
sudo certbot certonly --nginx
```