You can create a keystore by running the Create a keystore workflow of the Configuration plug-in or by using the REST API.

Procedure

  1. Make a GET request at the URL of the Workflow service of the Create a keystore workflow.
    GET https://{orchestrator_host}:{port}/vco/api/workflows?conditions=name=Create a keystore
  2. Retrieve the definition of the Create a keystore workflow by making a GET request at the URL of the definition.
    GET https://{orchestrator_host}:{port}/vco/api/workflows/6c301bff-e8fe-4ae0-ad08-5318178594b3/
  3. Make a POST request at the URL that holds the execution objects of the Create a keystore workflow.
    POST https://{orchestrator_host}:{port}/vco/api/workflows/6c301bff-e8fe-4ae0-ad08-5318178594b3/executions/
  4. Provide the name of the keystore you want to create as an input parameter of the Create a keystore workflow in an execution-context element in the request body.