New TLS Configuration Function

Owning Palette: Transport Layer Security Functions

Requires: Base Development System

Creates a Transport Layer Security (TLS) configuration. After creating a TLS configuration, you must use the Make TLS Configuration Immutable function to make the configuration immutable before using the configuration to start or accept a TLS connection.

 Add to the block diagram  Find on the palette
load OS trusted CAs? specifies whether to load Certificate Authority (CA) certificates trusted by the OS into the new TLS configuration. The default is TRUE. If FALSE, no certificates are trusted by default. Use the Add Trusted Certificate To Configuration function to explicitly trust individual certificates.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
TLS configuration out returns a reference to the new, mutable TLS configuration. Wire this output to the Make TLS Configuration Immutable function to make the TLS configuration immutable.
error out contains error information. This output provides standard error out functionality.