AzureWebAppSSLManager icon indicating copy to clipboard operation
AzureWebAppSSLManager copied to clipboard

Add 'wait time before validate' after creating dns record

Open BasConijn opened this issue 1 year ago • 1 comments

At out company we had some issues that the certificates were no longer renewed. After some trail and error I reduced the problem to creating the TXT record and LetsEncrypt using this value. Without any delay the you will receive an AcmeException from the Validate function. Because of the exception the retry logic 90 seconds does not work either.

BasConijn avatar Jul 05 '23 13:07 BasConijn

I used a TimeSpan because the TimeBeforeExpiryToRenew was also a TimeSpan.

BasConijn avatar Jul 07 '23 06:07 BasConijn