Updated Synology NAS Guide (markdown)

m-boone 2018-10-10 18:02:13 +02:00
parent 7a9fc6895c
commit 2449c7c485
1 changed files with 1 additions and 1 deletions

@ -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!