Class SslConfiguration

java.lang.Object
org.springframework.vault.support.SslConfiguration

public class SslConfiguration extends Object
SSL configuration.

Provides configuration for a key store and trust store for TLS certificate verification. Key store and trust store may be left unconfigured if the JDK trust store contains all necessary certificates to verify TLS certificates. The key store is used for Client Certificate authentication.

Author:
Mark Paluch, Ryan Gow
See Also: