Commit c1c7d87b authored by neil's avatar neil
Browse files

minor.

parent 8663fb7e
...@@ -1163,7 +1163,7 @@ issue() { ...@@ -1163,7 +1163,7 @@ issue() {
dnsadded='0' dnsadded='0'
txtdomain="_acme-challenge.$d" txtdomain="_acme-challenge.$d"
_debug txtdomain "$txtdomain" _debug txtdomain "$txtdomain"
txt="$(echo -e -n $keyauthorization | _digest "sha256" | _urlencode)" txt="$(echo -n $keyauthorization | _digest "sha256" | _urlencode)"
_debug txt "$txt" _debug txt "$txt"
#dns #dns
#1. check use api #1. check use api
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment