v1/certificate
Finalize enrollment
Finalizes enrollment after administrator approval using request Id
post/v1/certificate/{request_id}/finalize
Path parameters
request_idinteger required
Approval request id
Request body
Example request
{
"password": "foo123",
"response_format": "P12",
"key_alg": "RSA",
"key_spec": "4096"
}Response
successful operation
Example response
{
"response_format": "DER",
"certificate": "MIIDXzCCA...eW1Zro0=",
"certificate_profile": "ENDUSER",
"serial_number": "1234567890ABCDEF",
"end_entity_profile": "ExampleEEP",
"certificate_chain": "[\"ABC123efg...345xyz0=\"]"
}