1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

Merge pull request #393 from Neilpang/dev

Dev
This commit is contained in:
neil
2016-11-16 23:22:11 +08:00
committed by GitHub
3 changed files with 21 additions and 25 deletions
+1 -3
View File
@@ -1,6 +1,5 @@
#!/usr/bin/env sh
######## Public functions #####################
#Usage: dns_nsupdate_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
@@ -22,7 +21,7 @@ EOF
_err "error updating domain"
return 1
fi
return 0
}
@@ -45,7 +44,6 @@ EOF
return 0
}
#################### Private functions bellow ##################################
_checkKeyFile() {