Updated Synology NAS Guide (markdown)
parent
3b71255ebe
commit
d8c938724a
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue