Validate and install the provided root CA chain
POST /occm/key-store/signed-certificate-file
Validates and installs the provided root certificate authority (CA) chain. Successive calls will overwrite any previously installed root certificate authority (CA) chain.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
filename |
string |
header |
False |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
formDataMap |
True |
||
formData |
True |
||
preamble |
string |
False |
|
parts |
array[InputPart] |
True |
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 |
Definitions
See Definitions
parameters Hash mapping strings to string
mediaType
| Name | Type | Required | Description |
|---|---|---|---|
type |
string |
False |
|
subtype |
string |
False |
|
parameters |
True |
||
wildcardType |
boolean |
False |
|
wildcardSubtype |
boolean |
False |
headers Hash mapping strings to array[string]
| Name | Type | Required | Description |
|---|---|---|---|
empty |
boolean |
False |
InputPart
| Name | Type | Required | Description |
|---|---|---|---|
contentTypeFromMessage |
boolean |
True |
|
bodyAsString |
string |
True |
|
mediaType |
True |
||
headers |
True |
formDataMap Hash mapping strings to array[InputPart]
formData Hash mapping strings to InputPart