Add Private Key To TLS Configuration Function

Owning Palette: Transport Layer Security Functions

Requires: Base Development System

Adds a signed private key to a Transport Layer Security (TLS) configuration. The function is optional for clients but required for servers.

 Add to the block diagram  Find on the palette
TLS configuration specifies the reference to the TLS configuration.
private key specifies the location of the private key in the local memory.
certificate chain specifies an array of Distinguished Encoding Rules (DER) certificates. The certificates must be supplied depth-first: the server's certificate, followed by the Certificate Authority (CA) that signs the certificate of the server, on up to the root CA. Use the Load Certificates Into Memory function to construct this array.
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 TLS configuration with the private key you specify.
error out contains error information. This output provides standard error out functionality.