Commit cada9dc0 authored by neil's avatar neil
Browse files

Merge pull request #154 from Neilpang/master

merge
parents f4312b44 cbd13a12
# An ACME Shell script: acme.sh
- An ACME protocol client written purely in Shell (Unix shell) language.
- It's `sh` compatible, not only `bash`.
- Fully ACME protocol implementation.
- Simple, powerful and very easy to use. You only need 3 minutes to learn.
......
......@@ -1225,7 +1225,7 @@ issue() {
dnsadded='0'
txtdomain="_acme-challenge.$d"
_debug txtdomain "$txtdomain"
txt="$(echo -e -n $keyauthorization | _digest "sha256" | _urlencode)"
txt="$(echo -n $keyauthorization | _digest "sha256" | _urlencode)"
_debug txt "$txt"
#dns
#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