Loads one or more X.509 certificates into the local memory.


icon

Inputs/Outputs

  • cpath.png path

    path specifies the file path of the certificate(s) on disk.

  • cenum.png format

    format specifies the format of the certificate(s). The default is X.509 (PEM).

  • cerrcodeclst.png error in

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • i1dcclst.png 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.

  • i1du8.png certificate

  • ierrcodeclst.png 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