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
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: