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

Make service CA secret key parameters configurable #8

Open
simu opened this issue Oct 12, 2022 · 0 comments
Open

Make service CA secret key parameters configurable #8

simu opened this issue Oct 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@simu
Copy link
Member

simu commented Oct 12, 2022

Allow operators to customize the secret key parameters for the service CA. Currently the parameters are hard-coded.

// TODO: make the private key config configurable?
PrivateKey: &cmapi.CertificatePrivateKey{
Algorithm: cmapi.ECDSAKeyAlgorithm,
Size: 521,
},

@simu simu added the enhancement New feature or request label Oct 12, 2022
@simu simu changed the title Make service certificate secret key parameters configurable Make service CA secret key parameters configurable Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant