neil
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
1 deletions
-
acme.sh
-
dnsapi/dns_myapi.sh
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|