Browse Source

Merge branch 'master' of https://github.com/Neilpang/acme.sh into ssh-deploy

pull/586/head
David Kerr 7 years ago
parent
commit
c7becddb78
  1. 4
      acme.sh
  2. 1
      dnsapi/README.md

4
acme.sh

@ -1,6 +1,6 @@
#!/usr/bin/env sh
VER=2.7.4
VER=2.7.5
PROJECT_NAME="acme.sh"
@ -3474,7 +3474,7 @@ issue() {
token="$(printf "%s\n" "$entry" | _egrep_o '"token":"[^"]*' | cut -d : -f 2 | tr -d '"')"
_debug token "$token"
uri="$(printf "%s\n" "$entry" | _egrep_o '"uri":"[^"]*' | cut -d : -f 2,3 | tr -d '"')"
uri="$(printf "%s\n" "$entry" | _egrep_o '"uri":"[^"]*' | cut -d '"' -f 4)"
_debug uri "$uri"
keyauthorization="$token.$thumbprint"

1
dnsapi/README.md

@ -618,6 +618,7 @@ acme.sh --issue --dns dns_myapi -d example.com -d www.example.com
For more details, please check our sample script: [dns_myapi.sh](dns_myapi.sh)
See: https://github.com/Neilpang/acme.sh/wiki/DNS-API-Dev-Guide
# Use lexicon DNS API

Loading…
Cancel
Save