Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
8b92aab7
Commit
8b92aab7
authored
Mar 02, 2016
by
Neil
Browse files
typos
parent
a2bf1533
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8b92aab7
# 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`
param
i
ter with a prefix
"
ec-
"
.
Just set the
`length`
param
e
ter 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.)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment