Renouveler un certificat unique en utilisant renew
avec le --cert-name
option.
( certonly
crée un certificat pour un ou plusieurs domaines, en le remplaçant s'il existe).
Exemple
certbot renew --cert-name domain1.com --dry-run
Retirer --dry-run
à renouveler réellement.
Cert-name != Nom de domaine
Notez que la valeur fournie à l'option --cert-name est un nom de certificat (pas un nom de domaine) trouvé en utilisant
certbot certificates
Renvoyer une liste comme
-------------------------------------------------------------------------------
Found the following certs:
Certificate Name: myfundomains.com
Domains: myfundomains.com
Expiry Date: 2018-05-04 04:28:05+00:00 (VALID: 67 days)
Certificate Path: /etc/letsencrypt/live/myfundomains.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/myfundomains.com/privkey.pem
Certificate Name: ask.myfundomain.com
Domains: ask.myfundomain.com
Expiry Date: 2018-03-13 18:59:40+00:00 (VALID: 16 days)
Certificate Path: /etc/letsencrypt/live/ask.myfundomain.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/ask.myfundomain.com/privkey.pem
Certificate Name: forums.myfundomain.com
Domains: forums.myfundomain.com forum.myfundomain.com
Expiry Date: 2018-04-11 16:39:18+00:00 (VALID: 45 days)
Certificate Path: /etc/letsencrypt/live/forums.myfundomain.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/forums.myfundomain.com/privkey.pem
-------------------------------------------------------------------------------
Remarquez comment le troisième nom de certificat (forums.myfundomain.com) contient plusieurs domaines :
- forums.myfundomains.com
- forum.myfundomains.com
Redémarrer Apache / nginx
-------------------------------------------------------------------------------
new certificate deployed without reload, fullchain is
/etc/letsencrypt/live/ask.myfundomain.com/fullchain.pem
-------------------------------------------------------------------------------
N'oubliez pas de redémarrer votre serveur Web pour utiliser le nouveau certificat.