acme.sh
acme.sh copied to clipboard
synogroup: unrecognized option '--memberadd'
DSM 7.0.1-42218 Update 5
account.conf:
CF_Key='xxx' CF_Email='[email protected]' SYNO_USE_TEMP_ADMIN='1' SYNO_Certificate="xxx.xxx"
root@DSM:~/acme.sh-master# ./acme.sh --deploy --home . -d "xxx.xxx" --deploy-hook synology_dsm [Wed Mar 6 15:39:15 CST 2024] The domain 'xxx.xxx' seems to have a ECC cert already, lets use ecc cert. [Wed Mar 6 15:39:16 CST 2024] Logging into localhost:5000 synogroup: unrecognized option '--memberadd' [Wed Mar 6 15:39:22 CST 2024] Unable to authenticate to http://localhost:5000 - check your username & password. [Wed Mar 6 15:39:22 CST 2024] If two-factor authentication is enabled for the user: [Wed Mar 6 15:39:22 CST 2024] - set SYNO_Device_Name then input correct OTP-code manually [Wed Mar 6 15:39:22 CST 2024] - get & set SYNO_Device_ID via your browser cookies [Wed Mar 6 15:39:23 CST 2024] Error deploy for domain:xxx.xxx [Wed Mar 6 15:39:23 CST 2024] Deploy error.
acme.sh.log
[Wed Mar 6 15:39:15 CST 2024] LE_WORKING_DIR='.' [Wed Mar 6 15:39:15 CST 2024] Running cmd: deploy [Wed Mar 6 15:39:15 CST 2024] Using config home:. [Wed Mar 6 15:39:15 CST 2024] default_acme_server [Wed Mar 6 15:39:15 CST 2024] ACME_DIRECTORY='https://acme.zerossl.com/v2/DV90' [Wed Mar 6 15:39:15 CST 2024] _ACME_SERVER_HOST='acme.zerossl.com' [Wed Mar 6 15:39:15 CST 2024] _ACME_SERVER_PATH='v2/DV90' [Wed Mar 6 15:39:15 CST 2024] The domain 'xxx.xxx' seems to have a ECC cert already, lets use ecc cert. [Wed Mar 6 15:39:15 CST 2024] DOMAIN_PATH='./xxx.xxx_ecc' [Wed Mar 6 15:39:15 CST 2024] DOMAIN_CONF='./xxx.xxx_ecc/xxx.xxx.conf' [Wed Mar 6 15:39:15 CST 2024] _deployApi='/root/acme.sh-master/deploy/synology_dsm.sh' [Wed Mar 6 15:39:15 CST 2024] _cdomain='xxx.xxx' [Wed Mar 6 15:39:15 CST 2024] Setting temp admin user credential... [Wed Mar 6 15:39:15 CST 2024] SYNO_Username='sc-acmesh-tmp' [Wed Mar 6 15:39:15 CST 2024] SYNO_Password='[hidden](please add '--output-insecure' to see this value)' [Wed Mar 6 15:39:15 CST 2024] SYNO_Create [Wed Mar 6 15:39:15 CST 2024] SYNO_Device_Name [Wed Mar 6 15:39:15 CST 2024] SYNO_Device_ID='[hidden](please add '--output-insecure' to see this value)' [Wed Mar 6 15:39:16 CST 2024] SYNO_Scheme='http' [Wed Mar 6 15:39:16 CST 2024] SYNO_Hostname='localhost' [Wed Mar 6 15:39:16 CST 2024] SYNO_Port='5000' [Wed Mar 6 15:39:16 CST 2024] SYNO_Certificate='xxx.xxx' [Wed Mar 6 15:39:16 CST 2024] _base_url='http://localhost:5000' [Wed Mar 6 15:39:16 CST 2024] Getting API version [Wed Mar 6 15:39:16 CST 2024] GET [Wed Mar 6 15:39:16 CST 2024] url='http://localhost:5000/webapi/query.cgi?api=SYNO.API.Info&version=1&method=query&query=SYNO.API.Auth' [Wed Mar 6 15:39:16 CST 2024] timeout= [Wed Mar 6 15:39:16 CST 2024] _CURL='curl --silent --dump-header ./http.header -L -g ' [Wed Mar 6 15:39:16 CST 2024] ret='0' [Wed Mar 6 15:39:16 CST 2024] Logging into localhost:5000 [Wed Mar 6 15:39:16 CST 2024] Creating temp admin user in Synology DSM [Wed Mar 6 15:39:16 CST 2024] GET [Wed Mar 6 15:39:16 CST 2024] url='http://localhost:5000/webapi/entry.cgi?api=SYNO.API.Auth&version=7&method=login&format=sid&account=sc-acmesh-tmp&passwd=6FLut7uMy6vEASAg&enable_syno_token=yes' [Wed Mar 6 15:39:16 CST 2024] timeout= [Wed Mar 6 15:39:17 CST 2024] _CURL='curl --silent --dump-header ./http.header -L -g ' [Wed Mar 6 15:39:22 CST 2024] ret='0' [Wed Mar 6 15:39:22 CST 2024] Session ID [Wed Mar 6 15:39:22 CST 2024] SynoToken [Wed Mar 6 15:39:22 CST 2024] Unable to authenticate to http://localhost:5000 - check your username & password. [Wed Mar 6 15:39:22 CST 2024] If two-factor authentication is enabled for the user: [Wed Mar 6 15:39:22 CST 2024] - set SYNO_Device_Name then input correct OTP-code manually [Wed Mar 6 15:39:22 CST 2024] - get & set SYNO_Device_ID via your browser cookies [Wed Mar 6 15:39:22 CST 2024] Removing temp admin user in Synology DSM [Wed Mar 6 15:39:23 CST 2024] Error deploy for domain:xxx.xxx [Wed Mar 6 15:39:23 CST 2024] Deploy error.
Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade
If it's still not working, please provide the log with --debug 2
, otherwise, nobody can help you.
dup as #5024