mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-13 19:52:12 +08:00
Updated Synology NAS Guide (markdown)
@@ -44,7 +44,12 @@ Alternatively, you can change the certificates install path to your DSM cert lib
|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user