GatewayTlsConfigV1
Class sealed net8.0
TLS configuration for a Gateway listener.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class GatewayTlsConfigV1{ // ...}Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesCertificateRefsget Gets the certificate references for TLS termination.
Modeget; setstring Gets or sets the TLS mode. Common values are
"Terminate" (Gateway decrypts) and "Passthrough" (backend decrypts).