10 lines
278 B
Markdown
10 lines
278 B
Markdown
|
---
|
||
|
title: Tips on synology NAS
|
||
|
---
|
||
|
|
||
|
#debug the ssl certificate renew on synology
|
||
|
in case of error in the renewal of synology certificate with let's encrypt proceed like this:
|
||
|
- connect to synology with SSH
|
||
|
- enter command `sudo /usr/syno/sbin/syno-letsencrypt renew-all -v`
|
||
|
|