Skip to main content

OrBIT User Guide

--prEncryptPassphrase

In this section:
Syntax
--prEncryptPassphrase="passphrase"
Parameters

passphrase

The passphrase used to access the Production Record encryption key file.

For use with

The createPpkg command.

Description

Use this option to specify where the passphrase for the production record encryption key file specified by the --prEncryptKey option is stored. If the passphrase is stored in the private information file passphrase must be a base64-encoded value.

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, or if you do not use this option, you will be prompted for the passphrase in plain text when the createPpkg command is used.

Note

This option corresponds to the field prEncryptPassphrase in the product configuration file, and that is where this setting is normally made. If this option is specified on the command line, it overrides the field value in the configuration file.

See also

prEncryptPassphrase and Private information file