Replies: 1 comment 2 replies
|
This functionality already exists; albeit not integrated in the UI. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I have a feature request. can we add validating certs for domain X via CNAME entries (_acme-challenge.....) in domain Y that is hosted in a DNS provider supported in the acmebot (for example Azure DNS).
I'll explain a little further using our situation, we have our main domain example.com hosted with a DNS provider that is not natively supported, and not easily automated. We cannot move all of this domain to a supported provider.
We do have an Azure hosted domain zone automated.com
For a cert site.example.com we can setup a CNAME:
_acme-challenge.site.example.com CNAME -> _acme-challenge.site.automated.com
This would allow acmebot to create a DNS challenge entry in _acme-challenge.site.automated.com that would be valid for site.example.com.
Hope this is clear enough, happy to elaborate.
We are currently creating individual subdomain zones in Azure and delegating this zone to Azure DNS via NS records, but I think a single CNAME for _acme-challenge.xxxx would be cleaner.
All reactions