Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
d842ccb2
Commit
d842ccb2
authored
Apr 18, 2020
by
neil
Browse files
fix format error
parent
233893f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_arvan.sh
View file @
d842ccb2
...
@@ -8,7 +8,7 @@ ARVAN_API_URL="https://napi.arvancloud.com/cdn/4.0/domains"
...
@@ -8,7 +8,7 @@ ARVAN_API_URL="https://napi.arvancloud.com/cdn/4.0/domains"
#Report Bugs here: https://github.com/Neilpang/acme.sh
#Report Bugs here: https://github.com/Neilpang/acme.sh
#
#
######## Public functions #####################
######## Public functions #####################
#Usage: dns_arvan_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
#Usage: dns_arvan_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
dns_arvan_add
()
{
dns_arvan_add
()
{
fulldomain
=
$1
fulldomain
=
$1
...
@@ -22,7 +22,7 @@ dns_arvan_add() {
...
@@ -22,7 +22,7 @@ dns_arvan_add() {
_err
"You can get yours from here https://npanel.arvancloud.com/profile/api-keys"
_err
"You can get yours from here https://npanel.arvancloud.com/profile/api-keys"
return
1
return
1
fi
fi
#save the api token to the account conf file.
#save the api token to the account conf file.
_saveaccountconf_mutable Arvan_Token
"
$Arvan_Token
"
_saveaccountconf_mutable Arvan_Token
"
$Arvan_Token
"
_debug
"First detect the root zone"
_debug
"First detect the root zone"
...
@@ -150,7 +150,7 @@ _arvan_rest() {
...
@@ -150,7 +150,7 @@ _arvan_rest() {
export
_H1
=
"Authorization:
$token_trimmed
"
export
_H1
=
"Authorization:
$token_trimmed
"
if
[
"
$mtd
"
=
"DELETE"
]
;
then
if
[
"
$mtd
"
=
"DELETE"
]
;
then
#
DELETE Request shouldn't have Content-Type
#DELETE Request shouldn't have Content-Type
_debug data
"
$data
"
_debug data
"
$data
"
response
=
"
$(
_post
"
$data
"
"
$ARVAN_API_URL
/
$ep
"
""
"
$mtd
"
)
"
response
=
"
$(
_post
"
$data
"
"
$ARVAN_API_URL
/
$ep
"
""
"
$mtd
"
)
"
elif
[
"
$mtd
"
=
"POST"
]
;
then
elif
[
"
$mtd
"
=
"POST"
]
;
then
...
@@ -160,4 +160,4 @@ _arvan_rest() {
...
@@ -160,4 +160,4 @@ _arvan_rest() {
else
else
response
=
"
$(
_get
"
$ARVAN_API_URL
/
$ep$data
"
)
"
response
=
"
$(
_get
"
$ARVAN_API_URL
/
$ep$data
"
)
"
fi
fi
}
}
\ No newline at end of file
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