This function is used to specify the location of a file containing a Sockets Layer (SSL) private key file. The private key
file must be in PEM format.
Usage
CALL "NetSetSSLKey" USING
private-key-file
GIVING
status-code.
Parameters
private-key-file
|
An alphanumeric item specifying the location of a file containing the file name of a PEM formatted private key.
|
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.
|