terricain / certbot-dns-azure

AzureDNS Certbot plugin
Other
33 stars 16 forks source link

add support for DNS01 domain delegation #14

Closed gregjhogan closed 1 year ago

gregjhogan commented 2 years ago

This allows the domain used for validation to be completely different than the domain name you are requesting a certificate for.

Here is the best example of how this works I can find: https://cert-manager.io/docs/configuration/acme/dns01/#delegated-domains-for-dns01

mdhowle commented 2 years ago

I submitted a pull request #18 that works around this issue by supplying the full resource ID. This should work for your use case. Let me know if you are able to test this.

terricain commented 1 year ago

PR #18 was merged