# Linux



# certbot

All commands executed in priviledged mode

Show certificates in certbot registry
```bash
certbot certificates
```

Renew (with and withour dry-run)
```bash
certbot renew --dry-run
certbot renew
```


Interactive deletion
```bash
certbot delete
```

Remove cert from certbot's registry
```bash
certbot delete --cert-name (domain)
```


You will need to review nginx's config and disable sites to avoid 'nginx -t' negative response.