Skip to content

Broken for issuing new certificates #48

Description

@amorgan1982

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions