Class ConfiguredDirectSslProvider

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

public class ConfiguredDirectSslProvider extends SslProvider
Configure SSL with PEM encoded certificate/key strings
Author:
mortent, andreer
See Also:
  • Field Details

  • Constructor Details

    • ConfiguredDirectSslProvider

      public ConfiguredDirectSslProvider(String servername, String privateKey, String certificate, String caCertificatePath, String caCertificate, com.yahoo.jdisc.http.ConnectorConfig.Ssl.ClientAuth.Enum clientAuthentication)
  • Method Details

    • amendConnectorConfig

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