Load Certificates Into Memory Function
- Updated2025-07-30
- 2 minute(s) read
Loads one or more X.509 certificates into the local memory.

Inputs/Outputs
path
—
path specifies the file path of the certificate(s) on disk.
format
—
format specifies the format of the certificate(s). The default is X.509 (PEM).
error in
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
certificates
—
certificates returns the loaded certificates in an array. Each certificate is a byte array in Distinguished Encoding Rules (DER) format. Use this output as the input to the Add Trusted Certificate To TLS Configuration function.
error out
—
error out contains error information. This output provides standard error out functionality. |
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Data Communication\Protocols\TLS\TLS Client and Server with Self-Signed Server Certificate.vi
path
—
format
—
error in
—
certificates
—
certificate
—
error out
—