Dave Hope
Dave Hope
I've started seeing the same behavior in my similar code (dns-01, manual handler with GoDaddy DNS API). Update-ACMEIdentifier comes back as invalid: "detail": "Correct value not found for DNS challenge",...
Thanks @kevops , adding a 60s delay just before Submit-ACMEChallenge worked.
Just a "me too": PS C:\Users\dave\Desktop> $acmeReg = Get-ACMERegistration -ErrorAction SilentlyContinue Get-ACMERegistration : No registrations found At line:1 char:12 + $acmeReg = Get-ACMERegistration -ErrorAction SilentlyContinue + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo :...
@victornine, did you ever get to look at the folder deletion issue?