From c059fcacd7e52e714f43b020c6944283e73e0ece Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 13 Aug 2019 20:55:45 +0200 Subject: [PATCH] correct markdown syntax --- synologyTips.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/synologyTips.md b/synologyTips.md index 8a0cf66..c35c970 100644 --- a/synologyTips.md +++ b/synologyTips.md @@ -2,8 +2,9 @@ title: Tips on synology NAS --- -#debug the ssl certificate renew on synology +# 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` +- enter command ```sudo /usr/syno/sbin/syno-letsencrypt renew-all -v```