libdns / rfc2136

MIT License
4 stars 1 forks source link

Wrong records when used with caddy-dns #4

Closed QuentinC closed 2 months ago

QuentinC commented 2 months ago

Hello,

I'm trying to move from https://github.com/caddy-dns/lego-deprecated to https://github.com/caddy-dns/rfc2136 .

When trying the new module, I am faced with one issues related to this module, RFC2136. When Caddy tries to add a CNAME record, it goes to this function: https://github.com/libdns/rfc2136/blob/ec2c145c438db71ca70120dca42f275c0ccbf2e2/provider.go#L73C20-L73C30

The expected record should be _randomstring.COMODOCA.COM but the added record is _randomstring.COMODOCA.COM.x.yz. . This causes the validation to fail.

For now this plugin is not useable with Caddy...

Best regards.

QuentinC commented 2 months ago

Closing the issue as it seems related to zerossl issuer.