syseleven / designate-certmanager-webhook

cert-manager ACME web-hook implementation for solving DNS01 Challenges
Apache License 2.0
26 stars 21 forks source link

Do not quote challenge in DNS recordset #91

Open jrevillard opened 1 year ago

jrevillard commented 1 year ago

Actually, the quotes stay in the DNS recordset and therefore the challenge fail.

In example, we can have this kind of DNS entry in Designate:

_acme.fake.test.fr. | TXT - Text record | "kRfT4AYwyt2amUAZtLDMaACI3GJg-TB6JDx_kU0OW6E"

but we need to have:

_acme.fake.test.fr. | TXT - Text record | kRfT4AYwyt2amUAZtLDMaACI3GJg-TB6JDx_kU0OW6E

jrevillard commented 1 year ago

Hello,

Any update for this ?

Best, Jerome