You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I've found that the issue is that in synology_dsm.sh line 94 is not setting the api_path correctly.
I suspect that the response to the previous query call changed and is now: {"data":{"SYNO.API.Auth":{"maxVersion":7,"minVersion":1,"path":"entry.cgi"}},"success":true}
Replacing sed regex in line 94 of synology_dsm.sh with a jq expression that works and seems to be more reliable: api_path=$(echo "$response" | jq -r '.data."SYNO.API.Auth".path')
Summary: The issue first appeared in this PR due to an invalid regex when looking up the API path.
Steps to reproduce
Try to deploy any certificate to Synology DSM
Debug log
Contains sensitive data. Result is a 404 in curl output.
The text was updated successfully, but these errors were encountered: