Skip to main content

OrBIT User Guide

oemIdentityPassphrase

In this section:
Syntax
"oemIdentityPassphrase": "path"
Parameters

path

The path to the password file (string).

For use with

The manufacturing configuration file for all eSecIP editions.

Description

Use this field to specify the path to the private information file where the passphrase for the OEM identity file specified by the oemIdentity field is stored.

This passphrase is mandatory when OrBIT is used for creating a product package file (.ppkg). If the private information file does not contain the passphrase, it can be entered in plain text on the command line as an argument to the createPpkg command.  If the passphrase is not specified in one of these ways, you will be prompted for it when the createPpkg command is used.

Example
"oemIdentityPassphrase": ".\\secureDrive\\private\\info\\file\\privateInfo.json@oemPass"
See also

Private information file