Updated Synology NAS Guide (markdown)
parent
0f8a738c7e
commit
8f1fa7725e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue