My domain is: freigabe.center strategische-qualifizierung.de, zinal.app, zinal.center, zinal.eu, ...
I ran this command: Apache Mod_MD dns-01 challenge + custom nsupdate script
It produced this output: invalid TXT record
My web server is (include version): Apache 2.4.41
The operating system my web server runs on is (include version): Debian 10 Buster
My hosting provider, if applicable, is: own servers
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The version of my client is: Apache 2.4.41
Hi,
wildcard certificates need the domain itself and the wildcard domain (e.g. zinal.eu and *.zinal.eu).
This causes mod_md to generate two TXT records with different dns-01 challenges. Whenever two TXT records are created, the validation by Let's Encrypt fails with "Invalid TXT record".
I read Boulder loops over all TXT records and uses an OR-logic.
Does anyone have an idea why this does not work?
Thanx for any hint.