You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Currently you can pass an
sslCertFile
and asslChainCertFile
, 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 ownKeyManager
The text was updated successfully, but these errors were encountered: