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.
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
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.