Hello! I created domain via api and now I’m trying to create a ssl certificate using api. I send this array to this address https:// serverip :8083/api/.
{
“hash”: “myhash”,
“returncode”: “yes”
“cmd”: “v-add-letsencrypt-domain”,
“arg1”: “admin2”,
“arg2”: “mydomain . com”,
“arg3”: “”,
“arg4”: “yes”
}
But in response I get: Error: data received is null or invalid, check REST API | Hestia Control Panel
I checked other themes but didn’t find solution. Thank you