Interface TLSConfig


public interface TLSConfig
  • Method Details

    • caCertificate

      Optional<String> caCertificate()
      The cert authority certificate contents.
    • certificate

      Optional<String> certificate()
      The certificate contents.
    • destinationCACertificate

      Optional<String> destinationCACertificate()
      The contents of the ca certificate of the final destination.
    • insecureEdgeTerminationPolicy

      Optional<String> insecureEdgeTerminationPolicy()
      The desired behavior for insecure connections to a route.
    • key

      The key file contents.
    • termination

      Optional<String> termination()
      The termination type.