kavier
kavier
I've tried to spin up another docker follow the guide, the result is same, showing deploy error **Issue Cert successful** ``` ....(Lots of signing messages) [Mon Jan 30 12:32:57 UTC...
> @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...
vi /root/.acme.sh/acme.sh ``` _debug2 DOMAIN_CONF "$DOMAIN_CONF" . "$DOMAIN_CONF" ``` re-run ``` ~/.acme.sh # acme.sh --deploy -d rxxx.kxxx.com -d rxxx.bxxx.com -d pxxx.bxxx.com -d pxxx.kxxx.com --deploy-hook synology_dsm --debug 2 [Fri May 5...