Class CloudSslProvider

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

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

    • CloudSslProvider

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

    • amendConnectorConfig

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