configAddCert( )

Adds a certificate for M-Business Server to use in authentication.

Pseudocode
configAddCert(
  unsigned int certtype,
  string certFile
);
Parameters
  • certtype   The certificate type.

  • certFile   The name of the certificate file.

Returns

None