POST Enrollment CSR Parse

The POST /EnrollmentClosed Certificate enrollment refers to the process by which a user requests a digital certificate. The user must submit the request to a certificate authority (CA)./CSRClosed A CSR or certificate signing request is a block of encoded text that is submitted to a CA when enrolling for a certificate. When you generate a CSR within Keyfactor Command, the matching private key for it is stored in Keyfactor Command in encrypted format and will be married with the certificate once returned from the CA./Parse method takes a CSR in the body, parses it, and returns all elements that were found in the CSR. This method returns HTTP 200 OK on a success with the parsed CSR contents.

Tip:  The following permissions (see Security Roles and Claims) are required to use this feature:

None

Table 462: POST Enrollment CSR Parse Input Parameters

Name In Description
CSR Body Required. Base-64-encoded CSR with the Begin and End Certificate Request tags.

Table 463: POST Enrollment CSR Parse Response Data

Name Description
(CSR Contents)

An array of strings in the form Name=Value containing all the elements in the CSR. ClosedShow CSR content details.

Note:  Some of these fields cannot be added to a CSR generated within Keyfactor Command (e.g. URL) and will only be found in CSRs generated outside Keyfactor Command.
Tip:  See the Keyfactor API Reference and Utility which provides a utility through which the Keyfactor APIClosed An API is a set of functions to allow creation of applications. Keyfactor offers the Keyfactor API, which allows third-party software to integrate with the advanced certificate enrollment and management features of Keyfactor Command. endpoints can be called and results returned. It is intended to be used primarily for validation, testing and workflowClosed A workflow is a series of steps necessary to complete a process. In Keyfactor Command, it refers to the workflow builder, which allows you to automate event-driven tasks such as when a certificate is requested, revoked or found in a certificate store. development. It also serves secondarily as documentation for the API. The link to the Keyfactor API Reference and Utility is in the dropdown from the help icon () at the top of the Management Portal page next to the Log Out button.