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 custom KeyStore and TrustStore providers #59

Open
jalaziz opened this issue Apr 28, 2017 · 0 comments
Open

Support custom KeyStore and TrustStore providers #59

jalaziz opened this issue Apr 28, 2017 · 0 comments

Comments

@jalaziz
Copy link

jalaziz commented Apr 28, 2017

With dynamic CA infrastructure, it's not necessarily true that a certificate or keystore will be available statically on the machine.

For example, it's possible to use Vault to dynamically create a key pair and create a KeyStore at runtime.

It would be great if we could supply custom "providers" that allow loading the KeyStore and TrustStore dynamically.

While it's possible to use the library directly without the config, you lose out on the extra safety checks provided by the ConfigSSLContextBuilder class. Also, it's not possible to use the API directly where the config is expected to be used (e.g. akka-remoting).

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

No branches or pull requests

2 participants