Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
ecf1f17c
Commit
ecf1f17c
authored
Nov 27, 2022
by
neil
Browse files
update key type
parent
ec0e8715
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ecf1f17c
...
...
@@ -361,10 +361,6 @@ Ok, it's done.
# 10. Issue ECC certificates
`Let's Encrypt`
can now issue
**ECDSA**
certificates.
And we support them too!
Just set the
`keylength`
parameter with a prefix
`ec-`
.
For example:
...
...
@@ -385,10 +381,12 @@ Please look at the `keylength` parameter above.
Valid values are:
1.
**ec-256 (prime256v1, "ECDSA P-256")**
1.
**ec-256 (prime256v1, "ECDSA P-256"
, which is the default key type
)**
2.
**ec-384 (secp384r1, "ECDSA P-384")**
3.
**ec-521 (secp521r1, "ECDSA P-521", which is not supported by Let's Encrypt yet.)**
4.
**2048 (RSA2048)**
5.
**3072 (RSA3072)**
6.
**4096 (RSA4096)**
# 11. Issue Wildcard certificates
...
...
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