mirror of
https://github.com/anikeen-com/acme.sh.git
synced 2026-03-20 09:06:09 +00:00
use _base64
This commit is contained in:
@@ -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 #####################
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user