mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
Use internal base64 util instead of PATH bin/
This commit is contained in:
parent
28c85cf8e7
commit
9c88971bc1
@ -123,7 +123,7 @@ _namecom_login() {
|
|||||||
# Auth string
|
# Auth string
|
||||||
# Name.com API v4 uses http basic auth to authenticate
|
# Name.com API v4 uses http basic auth to authenticate
|
||||||
# need to convert the token for http auth
|
# need to convert the token for http auth
|
||||||
_namecom_auth=$(printf "%s:%s" "$Namecom_Username" "$Namecom_Token" | base64)
|
_namecom_auth=$(printf "%s:%s" "$Namecom_Username" "$Namecom_Token" | _base64)
|
||||||
|
|
||||||
if _namecom_rest GET "hello"; then
|
if _namecom_rest GET "hello"; then
|
||||||
retcode=$(printf "%s\n" "$response" | _egrep_o "\"username\"\:\"$Namecom_Username\"")
|
retcode=$(printf "%s\n" "$response" | _egrep_o "\"username\"\:\"$Namecom_Username\"")
|
||||||
|
Loading…
Reference in New Issue
Block a user