completeServerKeystoreImportTask

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.

Format

udclient [global-args...] [global-flags...]
  completeServerKeystoreImportTask [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
task string true ID of a prepared import task to complete

Related REST command: Complete a server keystore import task.