Owning Palette: Transport Layer Security Functions
Requires: Base Development System
Loads an X.509 private key into the local memory.

  Add to the block diagram | 
  Find on the palette | 
![]()  | 
path specifies the file path of the private key on disk. | ||||
![]()  | 
format specifies the format of the private key. 
  | 
||||
![]()  | 
password specifies the password to decrypt encrypted PEM private keys. The default is an empty string. | ||||
![]()  | 
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||
![]()  | 
private key returns the private key in Distinguished Encoding Rules (DER) format. Use this output as the input to the Add Private Key To TLS Configuration function. 
  | 
||||
![]()  | 
error out contains error information. This output provides standard error out functionality. |