mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
use _base64
This commit is contained in:
parent
a43d697225
commit
2be4a5e486
@ -7,7 +7,7 @@
|
|||||||
#LUA_Email="user@luadns.net"
|
#LUA_Email="user@luadns.net"
|
||||||
|
|
||||||
LUA_Api="https://api.luadns.com/v1"
|
LUA_Api="https://api.luadns.com/v1"
|
||||||
LUA_auth=$(printf $LUA_Email:$LUA_Key | base64)
|
LUA_auth=$(printf $LUA_Email:$LUA_Key | _base64)
|
||||||
|
|
||||||
######## Public functions #####################
|
######## Public functions #####################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user