NetSetSSLCert

This function is used to specify the location of a file containing a client-side Secure Sockets Layer (SSL) certificate.

Usage

CALL "NetSetSSLCert" USING
         public-cert-file
         GIVING
         status-code.

Parameters

public-cert-file An alphanumeric item specifying the location of a file containing a PEM formatted certificate.
status-code A numeric item that, if nonzero, indicates the request encountered an error. In this case, the string representation of the error may be obtained by calling NetGetError.