Complete a server keystore import task
Complete a server keystore import task by uploading a keystore containing new key pairs. The uploaded keystore must be in a format consumable by your Java virtual machine; currently, JKS and PKCS12 are the supported formats. Your Java virtual machine may impose additional restrictions such that keystores from other virtual machines or generated by other tools may not be readable. Imports can only be completed by the same user that created the import task.
Request
POST https://{hostname}:{port}
/cli/serverKeystore/completeImportTask?{parameters}
Accept: {contentType}
Content-Type: application/octet-stream
Parameter | Type | Required | Description |
---|---|---|---|
task | string | true | ID of a prepared import task to complete |
Parameter | Type | Required | Description |
---|---|---|---|
Content-Type | application/octet-stream |
true | |
Accept |
|
true |
Related CLI command: completeServerKeystoreImportTask.