mirror of
https://github.com/anikeen-com/acme.sh.git
synced 2026-03-21 17:37:43 +00:00
improve error message on failed authentication
This commit is contained in:
@@ -53,7 +53,7 @@ _dns_do_authenticate() {
|
|||||||
_debug "_domain $_domain"
|
_debug "_domain $_domain"
|
||||||
return 0
|
return 0
|
||||||
else
|
else
|
||||||
_err "Authentication failed, check logs"
|
_err "Authentication failed, are DO_PID and DO_PW set correctly?"
|
||||||
fi
|
fi
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user