From 3fc86754db6ff11e1c77e9fc91ca34b4d3a75c24 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 13 Aug 2019 20:36:03 +0200 Subject: [PATCH] add syno tips page --- synologyTips.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 synologyTips.md diff --git a/synologyTips.md b/synologyTips.md new file mode 100644 index 0000000..8a0cf66 --- /dev/null +++ b/synologyTips.md @@ -0,0 +1,9 @@ +--- +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` +