CZERTAINLY SCEP API (2.13.1)
Download OpenAPI specification:Download
SCEP API according to the RFC 8894
Interfaces used by SCEP clients to request SCEP related operations on top of RA Profile. SCEP Profile defines the behaviour for the specific SCEP configuration. SCEP Profile is bound with specific RA Profile and it can be used by the SCEP clients to request operations on their specific URL. These operations are always specific only for the RA Profile.
SCEP Get Operations
path Parameters
raProfileName required | string |
query Parameters
operation required | string |
message | string Base64 encoded CMS data |
Responses
Response samples
- 400
- 401
- 403
{- "type": "notFound",
- "title": "Not Found",
- "detail": "Requested object is not found",
- "subproblems": [
- { }
], - "algorithms": "ES256"
}
SCEP Post Operations
path Parameters
raProfileName required | string |
query Parameters
operation required | string |
Request Body schema: */*required
Binary CMS data
Responses
Response samples
- 400
- 401
- 403
{- "type": "notFound",
- "title": "Not Found",
- "detail": "Requested object is not found",
- "subproblems": [
- { }
], - "algorithms": "ES256"
}
Interfaces used by SCEP clients to request SCEP related operations. SCEP Profile defines the behaviour for the specific SCEP configuration. When the SCEP Profile contains default RA Profile, it can be used by the SCEP clients to request operations on their specific URL.
SCEP Get Operations
path Parameters
scepProfileName required | string |
query Parameters
operation required | string |
message | string Base64 encoded CMS data |
Responses
Response samples
- 400
- 401
- 403
{- "type": "notFound",
- "title": "Not Found",
- "detail": "Requested object is not found",
- "subproblems": [
- { }
], - "algorithms": "ES256"
}
SCEP Post Operations
path Parameters
scepProfileName required | string |
query Parameters
operation required | string |
Request Body schema: */*required
Binary CMS data
Responses
Response samples
- 400
- 401
- 403
{- "type": "notFound",
- "title": "Not Found",
- "detail": "Requested object is not found",
- "subproblems": [
- { }
], - "algorithms": "ES256"
}