Skip to content
New issue

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

Document the generation of ECDSA private keys #129

Closed
wants to merge 1 commit into from
Closed

Document the generation of ECDSA private keys #129

wants to merge 1 commit into from

Conversation

ignisf
Copy link

@ignisf ignisf commented Jun 6, 2016

Add a note in the README.md how to generate an ECDSA key.

@diafygi
Copy link
Owner

diafygi commented Apr 3, 2019

I'm not sure if this is possible to add ECDSA support efficiently with all the openssl regex/parsing/signing that's going on in acme-tiny. Thoughts?

@olmari
Copy link

olmari commented Apr 3, 2019

It is, all you need is exactly that one line that this PR implies.

@ignisf
Copy link
Author

ignisf commented Apr 3, 2019

I have been using acme-tiny with a private key and a CSR generated in such manner since before I opened this PR including with the latest version.

@@ -66,11 +66,22 @@ The ACME protocol (what Let's Encrypt uses) requires a CSR file to be submitted
to it, even for renewals. You can use the same CSR for multiple renewals. NOTE:
you can't use your account private key as your domain private key!

Let's encrypt has support for both RSA and ECDSA certificates. Depending on your
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The correct spelling is "Let's Encrypt", not "Let's encrypt".

@felixfontein
Copy link
Contributor

@diafygi code support is only needed for ECC account keys, but not for ECC private keys for certificates.

@diafygi
Copy link
Owner

diafygi commented Jul 8, 2019

Gotcha. I feel like before merging this, a test should be added for ECDSA account keys. I could probably write the test, but it might be a while before I get around to it. However, totally open to adding a test as part of this pull request or opening another pull request.

@ignisf ignisf closed this Jul 8, 2019
@ignisf
Copy link
Author

ignisf commented Jul 8, 2019

I'll leave someone else to pursue these changes

@mjechow
Copy link

mjechow commented Apr 22, 2024

Why a test for an account key? This pull request has nothing to do with account keys? I am using ecc private keys for my domains with acme-tiny for years now. This little update of the docs would be nice for everyone else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants