How should I add the DKIM record to cloud flare

Please tell me the format to add DKIM record in the TXT.

Cloudflare does not require a special format. You simply need to follow the official DKIM format.

But careful. I needed to renew the key several times as there were some unsupported characters and spaces included after I saved the domain key. For whatever the reason was.

Unsupported by Cloudflare? Are you saying Cloudflare did not accept a syntactically correct key?

I am not pretty sure what it was but it resolved like

k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt6JgK3IWjawEk7pxxp1akKhon3eRKcQGG1dAHEWePBRi6mUXlK4C35Imle7oG49u9qfnAeFexHDUif/+mWuzJ+iDKgRuoAJAJGF9LlUTQR/L1/KYKg3nCCa/gH0v4M2KkP+5K8Ex+wqpO1eh5W7SVts1lgXFzdqjpR+cDZIUu90HQXSQRGGuyUnuVJnM6IeL3"
“wIJ4IWOQSxzSS9tvkPQUPBf26UoXaZAmPjA7zC45Ia7uVKFJ13UZdMEwzyRQ8B/lFqNv12rHMrgMmURG8PU9m+4DBtZod608x44H+aWRiIxS+cZA2RmXG74+p2NOygLrBO2KufEDYa6ao8seBFhPwIDAQAB”

and that was the origin key

k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt6JgK3IWjawEk7pxxp1akKhon3eRKcQGG1dAHEWePBRi6mUXlK4C35Imle7oG49u9qfnAeFexHDUif/+mWuzJ+iDKgRuoAJAJGF9LlUTQR/L1/KYKg3nCCa/gH0v4M2KkP+5K8Ex+wqpO1eh5W7SVts1lgXFzdqjpR+cDZIUu90HQXSQRGGuyUnuVJnM6IeL3wIJ4IWOQSxzSS9tvkPQUPBf26UoXaZAmPjA7zC45Ia7uVKFJ13UZdMEwzyRQ8B/lFqNv12rHMrgMmURG8PU9m+4DBtZod608x44H+aWRiIxS+cZA2RmXG74+p2NOygLrBO2KufEDYa6ao8seBFhPwIDAQAB

No, it seemed to me more like a formatting issue.

Alright, the only difference I can spot are the three quotation marks.

Yep. But that’s how it was resolved. It seemed to be ok in the dashboard. (i copied from the origin record) :=)
I have no idea where the quotation marks came from.

So here you combined the p value with the rest of the text… and no spaces in between and it worked? this is what are you trying to say?

Exactly

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.