mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-15 09:42:45 +00:00
Update dns_la.sh
This commit is contained in:
parent
b758f90e9c
commit
4b0fd9f4b6
@ -203,7 +203,7 @@ _la_post() {
|
||||
}
|
||||
|
||||
_la_token() {
|
||||
LA_Token=$(printf "%s:%s" "$LA_Id" "$LA_Sk" | base64 -w 0)
|
||||
LA_Token=$(printf "%s:%s" "$LA_Id" "$LA_Sk" | _base64)
|
||||
_debug "$LA_Token"
|
||||
|
||||
return 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user