HRHDaniel
HRHDaniel
@Becheler I noticed the same thing. From the example posts and images, there seemed to be several at about a 1.5 ratio... width = 1.5 x height 1280 x 853...
@kavierkoo The guide you linked to shows `--deploy-hook synology_dsm` which I believe is correct. Looks like you typo'ed it with `--deploy-hook acme` I believe by passing acme it is creating...
It's not the same error. Previously it showed ``` /usr/local/bin/acme.sh: /root/.acme.sh/acme.sh: line 7974: rxxx.kxxx.com: not found [Mon Jan 30 12:48:21 UTC 2023] Load file /root/.acme.sh/acme.sh error. Please check your api...
Added PR https://github.com/acmesh-official/acme.sh/pull/4515 to add this debug statement for future use as well.
``` [Sat Feb 4 21:14:25 EET 2023] response='{"type":"dns-01","url":"https://acme.zerossl.com/v2/DV90/chall/w_PIAj9XOEZDWGMa6DI6zw","status":"invalid","error":{},"token":"s8SiYAh43UTXpqynE0Rk3ggGByHyqqWtKjAtPSVy8TE"}' [Sat Feb 4 21:14:25 EET 2023] status='invalid' [Sat Feb 4 21:14:25 EET 2023] error='"error":{' [Sat Feb 4 21:14:25 EET 2023] errordetail [Sat...
> It's with debug 2 that I could see it was trying to perform http challenge and it was complaining with http port 80 not being accessible. My response was...
The synology_dsm script is attempting to upload a key, cert, and ca cert. If you do not have all 3 of those in the domain folder, it looks like there...
Issue for bug reporting: https://github.com/acmesh-official/acme.sh/issues/4523
dynadot instructions added to https://github.com/acmesh-official/acme.sh/wiki/dnsapi2
> If we have to wait 30 minutes for every change, I don't think you need: `DYNADOT_ADD_DNS_SLEEP` and `DYNADOT_REMOVE_DNS_SLEEP` > > Just show a message and use `_sleep()` function to...