mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
use _base64
This commit is contained in:
parent
a43d697225
commit
2be4a5e486
@ -7,7 +7,7 @@
|
||||
#LUA_Email="user@luadns.net"
|
||||
|
||||
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 #####################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user