prepareServerKeystoreImportTask

Prepare for importing server keystore key pair entries by creating a new import task.

Format

udclient [global-args...] [global-flags...]
  prepareServerKeystoreImportTask [JSON file]

Parameters

None.

Template

This command takes a JSON request string or file. Use the following template for the request:
{
  "format": "One of 'JKS' or 'PKCS12'.",
  "keystoreEntryPassword": "The password for decrypting 
  individual entries. All entries must use the same 
  password.",
  "keystorePassword": "The password for decrypting or 
  verifying the keystore."
}

Related REST command: Prepare for importing server keystore key pair entries.