Class ConfiguredFilebasedSslProvider

All Implemented Interfaces:
com.yahoo.config.ConfigInstance.Producer, ConfigProducer, Serializable, Comparable<Component<?,?>>

public class ConfiguredFilebasedSslProvider extends SslProvider
Configure SSL using file references
Author:
mortent, bjorncs
See Also:
  • Field Details

  • Constructor Details

    • ConfiguredFilebasedSslProvider

      public ConfiguredFilebasedSslProvider(String servername, String privateKeyPath, String certificatePath, String caCertificatePath, String clientAuthentication, List<String> cipherSuites, List<String> protocolVersions)
  • Method Details

    • amendConnectorConfig

      public void amendConnectorConfig(com.yahoo.jdisc.http.ConnectorConfig.Builder builder)
      Specified by:
      amendConnectorConfig in class SslProvider