Updated Synology NAS Guide (markdown)

Jonas Gröger 2017-08-15 02:08:27 +02:00
parent 8cd5711e4f
commit 3d882397ea
1 changed files with 1 additions and 1 deletions

@ -45,7 +45,7 @@ Alternatively, you can change the certificates install path to your DSM cert lib
For example:
$ export CERT_FOLDER="$(find /usr/syno/etc/certificate/_archive/ -maxdepth 1 -mindepth 1 -type d)"
$./acme.sh --issue -d YOURDOMAIN.TLD --dns dns_cf \
$ ./acme.sh --issue -d YOURDOMAIN.TLD --dns dns_cf \
--certpath "$CERT_FOLDER/cert.pem" \
--keypath "$CERT_FOLDER/privkey.pem" \
--fullchainpath "$CERT_FOLDER/fullchain.pem" \