Adding new domains to an existing certificate #3

Closed
opened 2023-03-03 21:44:44 +00:00 by MrMeeb · 1 comment
Owner

When adding new domains to an existing certificate, certbot offers the --expand option. This is currently not used, so the process essentially fails. I have to delete the certificate to force certbot to recreate it. Using the --expand option will resolve this. I can probably use this as a standard option, or check for an existing certificate and if so, use this option

When adding new domains to an existing certificate, certbot offers the `--expand` option. This is currently not used, so the process essentially fails. I have to delete the certificate to force certbot to recreate it. Using the `--expand` option will resolve this. I can probably use this as a standard option, or check for an existing certificate and if so, use this option
MrMeeb self-assigned this 2023-03-03 21:44:51 +00:00
Author
Owner
mailserver-certbot  | You have an existing certificate that contains a portion of the domains you requested (ref: /etc/letsencrypt/renewal/mail.mrmeeb.stream.conf)
mailserver-certbot  |
mailserver-certbot  | It contains these names: mail.mrmeeb.stream
mailserver-certbot  |
mailserver-certbot  | You requested these names for the new certificate: mail.mrmeeb.stream, autoconfig.mrmeeb.stream, autodiscover.mrmeeb.stream.
mailserver-certbot  |
mailserver-certbot  | Do you want to expand and replace this existing certificate with the new certificate?
mailserver-certbot  |
mailserver-certbot  | (You can set this with the --expand flag)```
``` mailserver-certbot | You have an existing certificate that contains a portion of the domains you requested (ref: /etc/letsencrypt/renewal/mail.mrmeeb.stream.conf) mailserver-certbot | mailserver-certbot | It contains these names: mail.mrmeeb.stream mailserver-certbot | mailserver-certbot | You requested these names for the new certificate: mail.mrmeeb.stream, autoconfig.mrmeeb.stream, autodiscover.mrmeeb.stream. mailserver-certbot | mailserver-certbot | Do you want to expand and replace this existing certificate with the new certificate? mailserver-certbot | mailserver-certbot | (You can set this with the --expand flag)```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MrMeeb/certbot-cron-docker#3
No description provided.