-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Synology NAS deploy documentation confusion #5019
Comments
Please upgrade to the latest code and try again first. Maybe it's already fixed. |
I have upgraded to latest version. Running with debug 2 doesn't apply to what I'm reporting here. |
The feature which documentation describes does exist: #4706 Hi @Neilpang Do we have any plan to merge dev branch? if no, I would suggest reverting the documentation to reduce confusion |
Thanks. That's too bad. I was looking forward to testing the temp admin feature. |
merged |
Thanks! What are the "built-in tools" and where do I get them? (Recommend) Deploy with auto created temp admin user |
Hey @cirrusflyer I faced the same blocker for the tools error, you are also probably running acme.sh in a docker/VM container, you need to scrap all that, install acme.sh in a permanent folder of your choice keeping the --nocron option as DSM does not seem to have crontab, specifying explicitly the --home --config-home folders both at install and every time you run it, and you then run renewals and deployments regularly through "Task Scheduler". |
If I am not mistaken, I guess that means that one cannot run renewals and deployments through "Task Scheduler" unless the task is assigned to |
Listed here:
https://github.com/acmesh-official/acme.sh/wiki/Synology-NAS-Guide
These instructions state:
"(Recommend) Deploy with auto created temp admin user" and using "export SYNO_USE_TEMP_ADMIN=1"
This file is used with latest version which doesn't include the code:
https://github.com/acmesh-official/acme.sh/blob/master/deploy/synology_dsm.sh
This file seems to include the code necessary for what's described in guide above:
https://git.jasuit.com/jh163888/acme.sh/src/commit/c7f6f20c9d4ae05a5ce366d8f3f62cd3eb1b1710/deploy/synology_dsm.sh
The text was updated successfully, but these errors were encountered: