Re: Hashicorp vault provider for SSLContextServices

2022-07-12 Thread David Handermann
Hi Cannon, Understanding the SSLContextService [1] interface and the StandardSSLContextService [2] implementation would be a good starting point for considering a custom implementation. The most important interface method is createContext(), which returns an instance of javax.net.ssl.SSLContext

Hashicorp vault provider for SSLContextServices

2022-07-12 Thread Cannon Palms
We need to service up dynamic certificates to NiFi at runtime to enable connection to remote hosts via certificate-based TLS. My understanding is that the existing implementations of SSLContextService all require that the keystore/truststore be accessible through the filesystem. What might an