mirror of
https://github.com/anikeen-com/acme.sh.git
synced 2026-03-16 23:26:07 +00:00
Spaces in assignment removed.
This commit is contained in:
@@ -112,7 +112,7 @@ _dynu_rest() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_dynu_authentication() {
|
_dynu_authentication() {
|
||||||
realm = "$(printf "%s" "$Dynu_ClientId:$Dynu_Secret" | _base64)"
|
realm="$(printf "%s" "$Dynu_ClientId:$Dynu_Secret" | _base64)"
|
||||||
|
|
||||||
export _H1="Authorization: Basic $realm"
|
export _H1="Authorization: Basic $realm"
|
||||||
export _H2="Content-Type: application/json"
|
export _H2="Content-Type: application/json"
|
||||||
|
|||||||
Reference in New Issue
Block a user