My (currently working) Let's encrypt certificate contains a bunch of Subject Alternative Names. One of these has to be deleted in order to renew the certificate because the domain is no longer available and thus cannot be verified again.
I removed the ServerAlias from my Apache configuration and tried certbot --verbose --non-interactive delete --cert-name <Domain> which was successful, but certbot --renew fails with No valid IP addresses found for <Domain>.
Interactively using certbot delete offers to delete the complete certificate only which is not what I want because all the other domains are still active.
So how can I delete just one of the Subject Alternative Names from the Let's Encrypt configuration and then get a new certificate with a reduced Subject Alternative Names list ?
Do I need a new Let's Encrypt account because this is impossible to do with an existing account ?