mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-14 04:02:13 +08:00
Updated Synology NAS Guide (markdown)
@@ -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.
|
* 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:
|
* Task setting: User-defined-script:
|
||||||
|
|
||||||
$
|
```
|
||||||
# Note: The $CERT_FOLDER must be hardcoded here since the running environment is unknown. Don't blindly copy&paste
|
# 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/"
|
rsync -avzh "$CERT_FOLDER" "/usr/syno/etc/certificate/system/default/"
|
||||||
/usr/syno/sbin/synoservicectl --reload nginx
|
/usr/syno/sbin/synoservicectl --reload nginx
|
||||||
|
```
|
||||||
Now you should be all good.
|
Now you should be all good.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user