From 30547822887a9c6c920d2ad7eee886ed0595a057 Mon Sep 17 00:00:00 2001 From: abenmiloud Date: Mon, 14 Jan 2019 11:08:15 +0100 Subject: [PATCH] Ajout suppression certificat --- HowtoLetsEncrypt.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HowtoLetsEncrypt.md b/HowtoLetsEncrypt.md index cf6fe01d..5b294730 100644 --- a/HowtoLetsEncrypt.md +++ b/HowtoLetsEncrypt.md @@ -128,6 +128,11 @@ $ certbot certonly --webroot --csr /etc/letsencrypt/www.example.com/www.example. --cert-path /etc/letsencrypt/www.example.com.crt --non-interactive ~~~ +## Suppression d'un certificat + +~~~ +# certbot delete --cert-name www.example.com +~~~ ## Automatisation