Replies: 1 comment 1 reply
-
You objective of running acme.sh is unclear. Are you trying to get a cert for the NAS or something else? As I understand it acme.sh is not a standalone application, it is a utility that needs to be pointed at a solution. Check out Synology DSM 7 with Let’s Encrypt and DNS Challenge for an implementation concept on the NAS. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm running acme.sh as a docker container on my Synology NAS. If I only start a terminal command
acme.sh
oracme.sh --help
, the cursor is blinking and nothing happens. After a few seconds CPU and Memory load runs up until the Diskstation freezes.Installed via task planer:
What I found out:
If I remove the volume enviroment it work's. I've checked all required ownerships, they're correct. In terminal I can check nslookup, dns settings, cc., but no
acme.sh
.Connecting via ssh terminal@root with
docker run --rm -it neilpang/acme.sh /bin/sh
, I get a prompt and commands are working (bridge mode, no volumes). Even there, set a volume/docker/acme:/acme.sh
leads to the same result.I stuck since an announced update inside docker to version 3.0.8. Register a new container with separated versions down to 3.0.0 were not successful.
Further informations:
Any ideas?
Regards,
Oliver
Beta Was this translation helpful? Give feedback.
All reactions