I had already a wildcard certificate for *.pxtr.de , and a fixed one for pxtr.de .
As I've noticed, that the wildcard certificate is valid only for a single level, and I want to use a second level too - *.museum.pxtr.de - , I've created the command below and run it. It finished successfully, and created a new certificate, but no wildcard certificate at all - instead all of the used subdomains were listed individually. For me it has the problem, that I am planning to use new subdomains - so instead of not dealing with the certificates when creating a new subdomain I need to run certbot each time - and with a manual dns validation method it is cumbersome.
My domain is: pxtr.de , *.pxtr.de , *.museum.pxtr.de
Sorry guys, as it looks like, I've made a stupid error checking not the correct certificate, when I was searching for the reason of a problem (typo in the apache config). This whole post can be deleted, because the starting point is not true: certbot created really the two wildcard domain certificate.
( Maybe 0.31.0 is an ancient version, but apt-get says on Ubuntu 14, this is the last version. And I do not want to upgrade for a newer Ubuntu, because we have a legacy PHP5 site. Perhaps with Docker I can make the step to an actual Linux ... but it still costs work for me. )
I hope you're paying to get Expanded Security MaintenanceLegacy Support for Ubuntu 14.04? As the Standard Support ended almost 5 years ago. Unless you can subscribe to Ubuntu Pro for free for personal use.. Nevermind free for personal use, Legacy Support is a payed service and as ESM ended in April last year, you'd need that.
Your pre-wildcard certs had your apex name in it. But, your wildcard does not. You should probably request a new cert with the two wildcard names and your apex.
The *.pxtr.de only matches subdomains of it (any values in place of *) and not pxtr.de itself
I had an other, old certificate covering my pxtr.de (and a few of other domains) from the time I did not knew a wildcard domain name will be needed. The renewal runs without manual task, so it did not bothered me the have multiple certs, but I just extended my new certificate to cover pxtr.de too, being able to simplify my apache ssl config.
If you are sure there are no references to those older certs that have auto-renew you should delete them from Certbot's system so they don't continue to renew.
Thank you for the information ! Now I know, why my provider raised the price for my virtual server with that explanation: the operating system is too old, they do not provide it for new installations.