2.18 Creating a Certificate from a CSR

The first step in creating a certificate from a CSR is to find a CA and retrieve information from it. The second step is to determine the certificates attributes and extensions using the information from the previous step and user input.

  1. Find the CA by calling NPKIFindOrganizationalCA. Then call these accessor functions:

  2. Determine the certificate attributes and extensions, then create the certificate by calling NPKIGenerateCertificateFromCSR.

For a sample implementation of this task, see SignCSR.