serverKeystore resource Resources for working with server keystore. Cancel an incomplete keystore taskIncomplete tasks can be canceled by any user with the required permission.Complete an keystore import taskComplete 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. Delete keystore entry Delete a server keystore entry. A 409 Conflict status is returned if the alias longer corresponds to the same certificate at the time of the request. If the alias was never present or was removed concurrently, this operation reports success.Get keystore import taskGet server keystore informationGet information about the server keystore (REST API method). The server keytore stores keypairs and certificates used for agent communication.Prepare keystore import taskPrepare for importing server keystore key pair entries by creating a new import task (REST API method).Parent topic: REST commands for the DevOps Deploy server