Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Create Certificates for Selected Azure DNS Zone #583

Closed
A-Thomas-91 opened this issue Apr 27, 2023 · 3 comments
Closed

Cannot Create Certificates for Selected Azure DNS Zone #583

A-Thomas-91 opened this issue Apr 27, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@A-Thomas-91
Copy link

I have a domain which there has been 2 Azure DNS zones configured (both public). The one I am selecting to use for certificate deployment is one which the nameservers resolve to NSX-08 servers instead of NSX-01. The first zone was created was testing purposes previously.
However when attempting to use this zone it throws a PreconditionException as the NSX-01 name servers are expected.

To Reproduce
Create a duplicate Azure DNS Zone and select it from the GUI when making a certificate.

I know the ACME challenges won't complete as there would be records for a zone which wouldn't resolve.

@A-Thomas-91 A-Thomas-91 added the bug Something isn't working label Apr 27, 2023
@shibayan
Copy link
Owner

shibayan commented May 4, 2023

Does this mean there is an Azure DNS Zone with the same name?

@A-Thomas-91
Copy link
Author

Correct, there are 2 Azure DNS Zones with the same name

@shibayan
Copy link
Owner

shibayan commented May 5, 2023

Since Acmebot uses domain name matching to find DNS Zones, it will not work correctly if the same DNS Zone exists. This affects the behavior of certificate renewal, since it is impossible to switch to a unique ID, such as a resource ID.

@shibayan shibayan closed this as not planned Won't fix, can't repro, duplicate, stale May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants