This function is used to specify a file containing one, or more, certificates of public Certificate Authorities. The certificates
must be in PEM format.
Usage
CALL "NetSetSSLCA" USING
public-ca-file
GIVING
status-code.
Parameters
public-ca-file
|
An alphanumeric item specifying the location of a file containing accepted public certificate authorities. (Default:
ca-bundle.crt supplied in the zip file.)
|
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.
|