From 29e57884cafcba2228e491cbe08f2358cbd90e16 Mon Sep 17 00:00:00 2001 From: Fernando Miguel Date: Thu, 17 Nov 2016 09:33:06 +0000 Subject: [PATCH] Updated Synology RT1900ac install guide (markdown) --- Synology-RT1900ac-install-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Synology-RT1900ac-install-guide.md b/Synology-RT1900ac-install-guide.md index e5012d7..5eb270f 100644 --- a/Synology-RT1900ac-install-guide.md +++ b/Synology-RT1900ac-install-guide.md @@ -27,7 +27,7 @@ ctrl+c :wq (and you are out of VI(M) now to create your cert -$ ./acme.sh --issue --post-hook kill -USR1 `cat /run/httpd/httpd-sys.pid` -d YOURDOMAIN.TLD --dns dns_cf --certpath /usr/syno/etc/ssl/ssl.crt/server.crt --keypath /usr/syno/etc/ssl/ssl.key/server.key --fullchainpath / +$ ./acme.sh --issue --post-hook "kill -USR1 `cat /run/httpd/httpd-sys.pid`" -d YOURDOMAIN.TLD --dns dns_cf --certpath /usr/syno/etc/ssl/ssl.crt/server.crt --keypath /usr/syno/etc/ssl/ssl.key/server.key --fullchainpath / usr/syno/etc/ssl/ssl.intercrt/server-ca.crt simple right?