Interfaces used by CMP clients to request CMP related operations on top of RA Profile. CMP Profile defines the behaviour for the specific CMP configuration. CMP Profile is bound with specific RA Profile and it can be used by the CMP clients to request operations on their specific URL. These operations are always specific only for the RA Profile.
CMP Get Operations
path Parameters
raProfileName required | string |
query Parameters
message | string <binary> DER encoded CMP data |
Responses
Response samples
- 400
- 401
- 403
Content type
application/problem+json
{- "type": "notFound",
- "title": "Not Found",
- "detail": "Requested object is not found",
- "subproblems": [
- { }
], - "algorithms": "ES256"
}
CMP Post Operation
path Parameters
raProfileName required | string |
Request Body schema: application/pkixcmprequired
string <binary>
Binary CMP data
Responses
Response samples
- 400
- 401
- 403
Content type
application/problem+json
{- "type": "notFound",
- "title": "Not Found",
- "detail": "Requested object is not found",
- "subproblems": [
- { }
], - "algorithms": "ES256"
}
Interfaces used by CMP clients to request CMP related operations. CMP Profile defines the behaviour for the specific CMP configuration. When the CMP Profile contains default RA Profile, it can be used by the CMP clients to request operations on their specific URL.
CMP Get Operations
path Parameters
cmpProfileName required | string |
query Parameters
message | string <binary> DER encoded CMP data |
Responses
Response samples
- 400
- 401
- 403
Content type
application/problem+json
{- "type": "notFound",
- "title": "Not Found",
- "detail": "Requested object is not found",
- "subproblems": [
- { }
], - "algorithms": "ES256"
}
CMP Post Operation
path Parameters
cmpProfileName required | string |
Request Body schema: application/pkixcmprequired
string <binary>
Binary CMP data
Responses
Response samples
- 400
- 401
- 403
Content type
application/problem+json
{- "type": "notFound",
- "title": "Not Found",
- "detail": "Requested object is not found",
- "subproblems": [
- { }
], - "algorithms": "ES256"
}