From edda77a432e48c59cc39e09b7180341407ed6d9a Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Mon, 27 Feb 2017 16:02:22 +0100 Subject: [PATCH] Updated Synology NAS Guide (markdown) --- Synology-NAS-Guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Synology-NAS-Guide.md b/Synology-NAS-Guide.md index 1553e86..9279652 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -29,7 +29,9 @@ Now to create your certificate: $ ./acme.sh --issue -d YOURDOMAIN.TLD --dns dns_cf --certpath /usr/syno/etc/certificate/system/default/cert.pem --keypath /usr/syno/etc/certificate/system/default/privkey.pem --fullchainpath /usr/syno/etc/certificate/system/default/fullchain.pem -You'll need to restart the webserver with: /usr/syno/etc/rc.sysv/nginx.sh reload +You'll need to restart the webserver with: + + $ /usr/syno/etc/rc.sysv/nginx.sh reload simple right?