Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
a43d6972
Commit
a43d6972
authored
Nov 06, 2016
by
nytral
Browse files
cleanup
parent
f06c1e6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_lua.sh
View file @
a43d6972
...
@@ -4,14 +4,11 @@
...
@@ -4,14 +4,11 @@
#
#
#LUA_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
#LUA_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
#
#
#LUA_Email="
xxxx%40sss.com
"
#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
)
# _ACME_CURL="curl -L --silent -u $LUA_Email:$LUA_Key "
#printf $LUA_Api
#exit
######## Public functions #####################
######## Public functions #####################
#Usage: add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
#Usage: add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment