Updated Synology NAS Guide (markdown)
parent
8cd5711e4f
commit
3d882397ea
|
@ -45,7 +45,7 @@ Alternatively, you can change the certificates install path to your DSM cert lib
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
$ export CERT_FOLDER="$(find /usr/syno/etc/certificate/_archive/ -maxdepth 1 -mindepth 1 -type d)"
|
$ 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" \
|
--certpath "$CERT_FOLDER/cert.pem" \
|
||||||
--keypath "$CERT_FOLDER/privkey.pem" \
|
--keypath "$CERT_FOLDER/privkey.pem" \
|
||||||
--fullchainpath "$CERT_FOLDER/fullchain.pem" \
|
--fullchainpath "$CERT_FOLDER/fullchain.pem" \
|
||||||
|
|
Loading…
Reference in New Issue