Replies: 1 comment
|
RSA and ECC certs for the same domain list are natively supported -- no need for the #193 workaround. ECC certs are stored in a separate acme.sh --issue --keylength 4096 -d example.com -d '*.example.com' ...
acme.sh --issue --keylength ec-384 -d example.com -d '*.example.com' ...Add There is no |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Now I want issue both RCS and EC cert for example.com and *.example.com
Only topic I found is
https://github.com/acmesh-official/acme.sh/issues/193#issuecomment-221610720So do I have to use this workaround now a days? I didn't found any thing like --name 'any text'
All reactions