From c191ab7c074d277da0eeb6e3bb9d8c8f4dbb0497 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 17 Apr 2016 12:02:36 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d6b8ed2f..29926844 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # 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. From c1c7d87bc5398c9975ace931293ec9ea33ab4b69 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 17 Apr 2016 18:56:03 +0800 Subject: [PATCH 2/2] minor. --- acme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme.sh b/acme.sh index af4e87ff..752e8d72 100755 --- a/acme.sh +++ b/acme.sh @@ -1163,7 +1163,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