Creates a new Certificate
POST {{baseUrl}}/certificates
Creates a new Certificate.
Request Body
{"certificate"=>"Lorem occaecat", "privateKey"=>"ipsum Ut", "intermediateCertificates"=>"ullamco"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-retry-token | null | A token that uniquely identifies a request so it can be retried in case of a timeout or | |
server error without risk of executing that same action again. Retry tokens expire after 24 | |||
hours, but can be invalidated before then due to conflicting operations. For example, if a resource | |||
has been deleted and purged from the system, then a retry of the original creation request | |||
might be rejected. | |||
opc-request-id | null | The client request id for tracing. | |
Content-Type | string | ||
Date | string | (Required) Current Date | |
Authorization | string | (Required) Signature Authentication on Authorization header | |
x-content-sha256 | string | (Required) Content sha256 for POST, PUT and PATCH operations |
RESPONSES
status: Created
{"certificate":"commodo ut mollit eu adipisicing","subjectNames":["culpa laborum nisi","quis in do"],"timeNotValidAfter":"1959-08-14T09:29:09.409Z","intermediateCertificates":"sint adip","lifecycleDetails":"in","lifecycleState":"FAILED"}