Ok, I validated www.metal3d.org and metal3d.org and it worked like a charm. Later, I needed to add examples.metal3d.org so I relaunched the command addind “examples” subdomain in the command line.
Client says that I already have configuration and certificates and asked me if I’m ok to overwrite them. I confirmed and the certificates are recreating. My subdomain is now working.
But, I reopened /etc/letsencrypt/renewal/metal3d.org.conf and see that “examples” subdomain was not added. I added it manually but… will this working when I will renew certificates ?
I’m in the same case. I also had to edit the same file manually.
I couldn’t try after that (because I generated too many certificated for this week).
I think that is a small bug to correct.
Rundown of a quick inspection on Github: after asking “Do you want to replace this existing certificate with the new certificate” line 213 in cli.py, the function returns to its caller line 315 and enters the if block in which we can find the following, line 332: # TODO: Also update lineage renewal config with any relevant # configuration values from this attempt? <- Absolutely (jdkasten)
And indeed, the other functions in there only renew the certificate but never interact with the renewal config file.
Hi, I just ran into exactly this problem. I have even changed the configuration file but the reissued certificate doens’t contain the extra subdomain. This is somehow a critical issue to me. How have you guys solved the problem?