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
685755fe
Unverified
Commit
685755fe
authored
Jun 10, 2019
by
neil
Committed by
GitHub
Jun 10, 2019
Browse files
Merge pull request #2320 from Neilpang/dev
sync
parents
34617270
465ece5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
685755fe
...
...
@@ -2092,7 +2092,7 @@ _getdeployconf() {
if
[
"
$_rac_value
"
]
;
then
if
_startswith
"
$_rac_value
"
'"'
&&
_endswith
"
$_rac_value
"
'"'
;
then
_debug2
"trim quotation marks"
eval
"export
$_rac_key
=
$_rac_value
"
eval
"export
$_rac_key
=
$_rac_value
"
fi
return
0
# do nothing
fi
...
...
dnsapi/dns_myapi.sh
View file @
685755fe
...
...
@@ -11,6 +11,8 @@
#
######## Public functions #####################
# Please Read this guide first: https://github.com/Neilpang/acme.sh/wiki/DNS-API-Dev-Guide
#Usage: dns_myapi_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
dns_myapi_add
()
{
fulldomain
=
$1
...
...
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