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?
@allfro This seems to be working really well, albeit for this issue which Michael has kindly submitted a PR for. Is there anything further needed that's preventing it being merged?...
I was thinking about heading 1,2,2 etc. I'll often insert a heading at h2 and later want to make it h3, or even the other way round. I couldn't find...
Amazing, thanks. Didn't spot that headings could be increased/decreased in that way. How about a default file on creation of a new project, that contains a sort of how-to covering...
Commenting to keep the issue open.
Looks like 5.3.2 doesn't contain the functionality for WEBPROXY_BIND_ADDRESS : ``` # docker inspect --format='{{json .Config.Labels}}' transmission-openvpn_transmission-openvpn.1.6fyf81kjmvmf34wawaf888yci | jq | grep version "org.opencontainers.image.version": "5.3.2" # docker exec transmission-openvpn_transmission-openvpn.1.6fyf81kjmvmf34wawaf888yci cat /opt/privoxy/start.sh...
Thanks, i figured that out when I posted above. The docs for the functionality didnt mention so I just assumed it was in the latest release (which seems a reasonable...