Updated Synology NAS Guide (markdown)

master
Jonas Gröger 2017-08-13 22:04:45 +02:00
parent 3b71255ebe
commit d8c938724a
1 changed files with 6 additions and 1 deletions

@ -44,7 +44,12 @@ Alternatively, you can change the certificates install path to your DSM cert lib
For example: For example:
`$./acme.sh --issue -d YOURDOMAIN.TLD --dns dns_cf --certpath /usr/syno/etc/certificate/_archive/**vPATH**/cert.pem --keypath /usr/syno/etc/certificate/_archive/**vPATH**/privkey.pem --fullchainpath /usr/syno/etc/certificate/_archive/**vPATH**/fullchain.pem --capath /usr/syno/etc/certificate/_archive/**vPATH**/chain.pem --reloadcmd "/usr/syno/etc/rc.sysv/nginx.sh reload"` $./acme.sh --issue -d YOURDOMAIN.TLD --dns dns_cf \
--certpath /usr/syno/etc/certificate/_archive/**vPATH**/cert.pem \
--keypath /usr/syno/etc/certificate/_archive/**vPATH**/privkey.pem \
--fullchainpath /usr/syno/etc/certificate/_archive/**vPATH**/fullchain.pem \
--capath /usr/syno/etc/certificate/_archive/**vPATH**/chain.pem \
--reloadcmd "/usr/syno/etc/rc.sysv/nginx.sh reload"
You need to manually replace the 'vPATH' field with the directory name under your /usr/syno/etc/certificate/_archive/ . The directory name is a six characters unique name. You need to manually replace the 'vPATH' field with the directory name under your /usr/syno/etc/certificate/_archive/ . The directory name is a six characters unique name.