-
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
DNS TXT record is deleted and recreated during verification to Let's Encrypt Servers but changes do not refresh in Azure immediately.
Fix is to wait before validating for Azure DNS zone to update
Thread.Sleep(10 * 1000);
var validatedChallege = await dnsChallenge.Validate();
To Reproduce
Steps to reproduce the behavior. For Example:
Try to issue new cert.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working