2.2 Retrieving CA Certificates

CA certificates are retrieved by calling NPKIGetCACertificates.

  1. You can call NPKIFindOrganizationalCA to get the Distinguished Name (DN) of the CA.

  2. Call NPKIGetCACertificates to retrieve the certificates. Most applications should only use the self-signed certificate.

For a sample implementation of this task, see GetCACert.