Alex Worrad-Andrews
Alex Worrad-Andrews
I think the best approach here would be to detect a space in the TXT record, then on output add `"`around it. It should also automatically split DKIM TXT records...
@elgs The issue for me is more that DKIM TXT records greater than 255 characters should be split into chunks. I stumbled across this issue today from all the way...
@elgs I don't think this is a RFC thing, but is a relatively common use pattern as this use of DKIM keys to verify emails is very common. https://serverfault.com/questions/255580/how-do-i-enter-a-strong-long-dkim-key-into-dns Sufficiently...
@elgs Did a bit more of a look and it is a component of RFC4408. https://tools.ietf.org/html/rfc4408#section-3.1.3 > As defined in [RFC1035] sections 3.3.14 and 3.3, a single text DNS record...
Thanks @elgs!
Hey @elgs - this is my error in the example. `p=` should be in the expected example. As you say it is the part of the first ``. The corrected...
Sorry for the delay in testing this. This is still an outstanding issue. Even in 0.2.8, the RSA key is not split into chunks. The result of this is that...
@elgs As it is part of the standard, maybe we should add a some sort of switch to the JSON configuration file so this chante can be highlighted. ``` "txt":...
@elgs Are you suggesting we split the key manually ourselves within the JSON file using escaping? This does seem like an okay workaround that gets us moving. But the fact...