diff --git a/backend/src/services/certificate-authority/acme/dns-providers/cloudflare.ts b/backend/src/services/certificate-authority/acme/dns-providers/cloudflare.ts index cf7725fdd..ab87ee113 100644 --- a/backend/src/services/certificate-authority/acme/dns-providers/cloudflare.ts +++ b/backend/src/services/certificate-authority/acme/dns-providers/cloudflare.ts @@ -70,7 +70,7 @@ export const cloudflareDeleteTxtRecord = async ( type: "TXT", // TODO: this is incorrect. The domain seems need to be fqdn, but we are passing just the record name here. // as a result, we are not deleting the record correctly. - // name: domain, + name: domain, content: value } });