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

Add support for PKCS#12 server certs #222

Open
dmercuriali opened this issue Feb 12, 2025 · 0 comments
Open

Add support for PKCS#12 server certs #222

dmercuriali opened this issue Feb 12, 2025 · 0 comments

Comments

@dmercuriali
Copy link
Contributor

Currently you can pass an sslCertFile and a sslChainCertFile, the first can be password protected but the chain must be plain.

Some companies policy requires every cert file to be password protected so we should provide some kind of support.
We could add support for the chain in the PKCS#12 format, but netty doesn't seem to natively support it in the SslContextBuilder creation. We should probably provide our own KeyManager

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

1 participant