-
Notifications
You must be signed in to change notification settings - Fork 39
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
KeyStore generation from certificate and private key #215
Comments
Possible duplicate of #151 we run on kubernetes but get only priv key + certificate in our pods |
SSL config only does configuration. You can use https://github.com/tersesystems/securitybuilder to generate the keystore. |
@wsargent the idea is to not do it programmatically but just via configuration and this library takes care. |
In the past I've used CFSSL and sample-cfssl-ca to do this -- see https://tersesystems.com/blog/2018/07/28/building-java-keystores/ for more details. |
Hi
as far as I have seen it is currently only possible to provide a keystore to ssl-config.
It would be great to be able to provide paths to a certificate and private key and ssl-config generates the keystore for me. So far we do this in our code:
what do you think?
The text was updated successfully, but these errors were encountered: