Hello
I am testing Certify and I am trying to create a digicert certificate (using a manually input Certificate Authority). DNS is in CloudFlare.
The common name (primary domain) for the certificate is *.domain.com. I also added an additional domain, domain.com as SAN (Apex domain).
When I tried to get the certificate, it fails on the TXT record section…
-
It first tried to create a txt record for _acme-challenge.domain.com and was successful
-
It tried to create the same txt record for the SAN and then it bombed out…
[ERR] DNS update failed: Cloudflare DNS API :: Could not add dns record _acme-challenge.domain.com to zone 12314321312312. Result: BadRequest - {“result”:null,“success”:false,“errors”:[{“code”:81058,“message”:“An identical record already exists.”}],“messages”:}
Any idea on how to get this to work?