Validate and install a certificate
POST /occm/encryption/certificate
Validates and installs the provided certificate. Successive API calls overwrite any previously installed certificates. The certificate must match a previously generated certificate signing request (CSR).
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
occmCertificate |
string |
True |
Example request
{
"occmCertificate": "string"
}
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
publicId |
string |
False |
|
directIssuerName |
string |
False |
|
subjectName |
string |
False |
|
startDate |
integer |
True |
|
endDate |
integer |
False |
|
serialNumber |
string |
False |
|
certificate |
string |
False |
|
certificateType |
string |
False |