mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-07 15:12:10 +08:00
Updated Synology NAS Guide (markdown)
@@ -115,13 +115,13 @@ In DSM control panel, open the 'Task Scheduler' and create a new scheduled task
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# renew certificates
|
# renew certificates
|
||||||
./acme.sh --cron --home /usr/local/share/acme.sh/
|
./acme.sh --cron --home .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Fix a broken environment after Synology DSM upgrade
|
## Fix a broken environment after Synology DSM upgrade
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./acme.sh --force --upgrade --nocron --home /usr/local/share/acme.sh
|
./acme.sh --force --upgrade --nocron --home .
|
||||||
```
|
```
|
||||||
|
|
||||||
or manually add below line into /root/.profile
|
or manually add below line into /root/.profile
|
||||||
|
|||||||
Reference in New Issue
Block a user