# Certbot

# Les commandes Certbot

### Créer un certificat 

```shell
sudo certbot --apache
```

### Renouveler les certificats

```shell
sudo certbot renew
```

### Supprimer un ancien certificat

```shell
sudo certbot delete
```

### Afficher les certificats 

```shell
sudo certbot certificates
```