Updated Synology NAS Guide (markdown)

Jonas Gröger 2017-08-15 11:56:54 +02:00
parent 565c351e9a
commit f066e042f7
1 changed files with 5 additions and 5 deletions

@ -75,11 +75,11 @@ In DSM control panel, open the 'Task Scheduler' and create a new scheduled task
* Schedule: Setup the time according to your acme.sh crontab schedule. For example, 11:00 am of the 2nd day every month.
* Task setting: User-defined-script:
$
# Note: The $CERT_FOLDER must be hardcoded here since the running environment is unknown. Don't blindly copy&paste
rsync -avzh "$CERT_FOLDER" "/usr/syno/etc/certificate/system/default/"
/usr/syno/sbin/synoservicectl --reload nginx
```
# Note: The $CERT_FOLDER must be hardcoded here since the running environment is unknown. Don't blindly copy&paste
rsync -avzh "$CERT_FOLDER" "/usr/syno/etc/certificate/system/default/"
/usr/syno/sbin/synoservicectl --reload nginx
```
Now you should be all good.
--------------------------------------------------------------------------------------------------------------------