From 5243f43c2701547806a73a73b82ce3974e5b8e5f Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Mon, 27 Feb 2017 16:00:33 +0100 Subject: [PATCH] add command to use the new certificate for the web server --- Synology-NAS-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Synology-NAS-Guide.md b/Synology-NAS-Guide.md index 90dbad9..1553e86 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -29,7 +29,7 @@ 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 -(anyone knows how to restart the webserver?) +You'll need to restart the webserver with: /usr/syno/etc/rc.sysv/nginx.sh reload simple right?