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

Support ECDSA P-256 certificates #44

Open
ron1 opened this issue Nov 22, 2021 · 3 comments
Open

Support ECDSA P-256 certificates #44

ron1 opened this issue Nov 22, 2021 · 3 comments
Labels
carvel-accepted This issue should be considered for future work and that the triage process has been completed enhancement This issue is a feature request priority/unprioritized-backlog Higher priority than priority/awaiting-more-evidence but not planned. Contributions are welcome.

Comments

@ron1
Copy link

ron1 commented Nov 22, 2021

Describe the problem/challenge you have

I need to bootstrap Linkerd with an ECDSA P-256 certificate.

Describe the solution you'd like

I would like to use the secretgen controller to create a ECDSA P-256 certificate for use by graduated CNCF project Linkerd. Linkerd does not support the RSA certs created by the secretgen controller.

Anything else you would like to add:

@ron1 ron1 added carvel-triage This issue has not yet been reviewed for validity enhancement This issue is a feature request labels Nov 22, 2021
@cppforlife
Copy link
Contributor

@ron1 that would be good. do you happen to know some recommended ways to generate that type of certificate in go?

@cppforlife
Copy link
Contributor

ah i see some prior art in here: https://go.dev/src/crypto/tls/generate_cert.go

@ron1
Copy link
Author

ron1 commented Nov 23, 2021

You can also take a look at this linkerd-cli function that generates a ecdsa key: https://github.com/linkerd/linkerd2/blob/b9aa32f9b20057c7166347825428e53525962b9c/pkg/tls/ca.go#L145

@joe-kimmel-vmw joe-kimmel-vmw added carvel-accepted This issue should be considered for future work and that the triage process has been completed priority/unprioritized-backlog Higher priority than priority/awaiting-more-evidence but not planned. Contributions are welcome. and removed carvel-triage This issue has not yet been reviewed for validity labels Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
carvel-accepted This issue should be considered for future work and that the triage process has been completed enhancement This issue is a feature request priority/unprioritized-backlog Higher priority than priority/awaiting-more-evidence but not planned. Contributions are welcome.
Projects
Status: Unprioritized
Development

No branches or pull requests

3 participants