Is there something like this command?
certbot extend -domain maindomain -new newaltname
I created some certificate with
certbot certonly -d maindomain -d somealtname -d someotheraltname
and now want to get a certificate as if i would have requested it with
certbot certonly -d maindomain -d somealtname -d someotheraltname -d newaltname
but without remembering the old commandline to avoid mistakes like removing some other altname.