Hi Friends,
I would like to remove a single domain contained in a aggregate certificate.
In my case, I’ve a single certificate, that contains all server domains.
I’m not able to find the correct way on the user guide.
Using “certbot certificates” I can view all domain name and the single certificate name.
But I cannot find the right way to remove/delete a single domain.
Please, could you suggest the correct way before I make disasters?
In this case it’s important to use --cert-name to specify which certificate you want to reissue. If you go through the process again without specifying the --cert-name, you’ll get a new somecertificate-0001 in parallel to your old certificate, which can be a huge source of confusion!
Yes. If it is reluctant (which shouldn't be the case if the list of domains is different in any way from the original one!), you can use --force-renewal.
I think that often means that you have an old challenge file there, perhaps from a time when Certbot has crashed, or if you manually made a test file. It shouldn't really harm anything.