helpful_snippets/Linux/certbot_nginx.md

13 lines
160 B
Markdown

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