From 2449c7c485f1a753e116826bc3327cd5050b319e Mon Sep 17 00:00:00 2001 From: m-boone Date: Wed, 10 Oct 2018 18:02:13 +0200 Subject: [PATCH] Updated Synology NAS Guide (markdown) --- 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 ad38fc5..0a0938d 100644 --- a/Synology-NAS-Guide.md +++ b/Synology-NAS-Guide.md @@ -84,7 +84,7 @@ In DSM control panel, open the 'Task Scheduler' and create a new scheduled task # Note: The $CERT_FOLDER must be hardcoded here since the running environment is unknown. Don't blindly copy&paste! # if you used the normal method the certificate will be installed in the system/default directory CERTDIR="system/default" -# if you used the alternative method it is copied to an unknown path, change the following example to the output of the creation process. +# if you used the alternative method it is copied to an unknown path, change the following example to the output of the creation process and uncomment. #CERTDIR="_archive/AsDFgH" # do not change anything beyond this line!