We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
P-256
P-384
Currently, letsencrypt acceptes only RSA account key whereas letsencrypt accepts P-256 and P-384. We should be able to handle them.
letsencrypt
The text was updated successfully, but these errors were encountered:
fixed in 0.4.0
Sorry, something went wrong.
[new release] letsencrypt, letsencrypt-dns and letsencrypt-app (0.4.0)
68440dc
CHANGES: * support EC (P-256, P-384, P-521) account keys (@reynir @hannesm) (reported in robur-coop/ocaml-letsencrypt#24 by @dinosaure) * allow key_type to be passed into the alpn_solver (@hannesm) * add RFC 7520 test cases (@reynir @hannesm) * remove astring dependency (@hannesm) * bugfix: "orders" field in account is Uri.t option, not a list (@hannesm) (reported in robur-coop/ocaml-letsencrypt#27 by @torinnd)
No branches or pull requests
Currently,
letsencrypt
acceptes only RSA account key whereas letsencrypt accepts P-256 and P-384. We should be able to handle them.The text was updated successfully, but these errors were encountered: