mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-03 03:09:41 +08:00
Avoid creating a temp directory that starts with a digit, as it breaks several of the jq -r commands in reload-certs.sh. I discovered that by accident, and it took me quite some time ;)
@@ -58,7 +58,7 @@ Please note that this will replace your Synology NAS system default certificate
|
||||
This requires the reload-certs.sh script.
|
||||
|
||||
$ cd /usr/syno/etc/certificate/_archive
|
||||
$ export CERT_DIR="$(mktemp -d XXXXXX)"
|
||||
$ export CERT_DIR="$(mktemp -d zXXXXX)"
|
||||
$ export CERT_FOLDER="/usr/syno/etc/certificate/_archive/$CERT_DIR"
|
||||
$ export CERT_DOMAIN="your-domain.tld"
|
||||
$ export CERT_DNS="dns_cf"
|
||||
|
||||
Reference in New Issue
Block a user