From 8b92aab7d946be66e666e6429ebe8b4661f192ef Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 2 Mar 2016 22:53:07 +0800 Subject: [PATCH] typos --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81ff33e8..dff70a8f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # le: means simp`Le` Simplest shell script for LetsEncrypt free Certificate client +Simple and Powerfull, you only need 3 minutes to learn. + Pure written in bash, no dependencies to python , acme-tiny or LetsEncrypt official client. Just one script, to issue, renew your certificates automatically. @@ -186,7 +188,7 @@ For more details: [How to use dns api](dnsapi) LetsEncrypt now can issue ECDSA certificate. And we also support it. -Just set key length to the `length` paramiter with a prefix "ec-". +Just set the `length` parameter with a prefix `ec-`. For example: ``` le issue /home/wwwroot/aa.com aa.com www.aa.com ec-256 @@ -197,7 +199,7 @@ Valid values are: 1. ec-256 (prime256v1, "ECDSA P-256") 2. ec-384 (secp384r1, "ECDSA P-384") -3. ec-521 (secp521r1, "ECDSA P-521", not supported by letsencrypt yet.) +3. ec-521 (secp521r1, "ECDSA P-521", which is not supported by letsencrypt yet.)