Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Bolo.

Table of Contents

Search

  1. Introducing Mass Ingestion
  2. Getting Started with Mass Ingestion
  3. Connectors and Connections
  4. Mass Ingestion Applications
  5. Mass Ingestion Databases
  6. Mass Ingestion Files
  7. Mass Ingestion Streaming
  8. Monitoring Mass Ingestion Jobs
  9. Asset Management
  10. Troubleshooting

Mass Ingestion

Mass Ingestion

changePassphrase

changePassphrase

Changes the passphrase of the key.
The
changePassphrase
command uses the following syntax:
<--command|-c> changePassphrase <--ids|-i> key_id <--old-passphrase|-o> old_passphrase <--passphrase|-p> new_passphrase
The following table describes
changePassphrase
options and arguments:
Option
Argument
Description
--ids
-i
key_id
Required. Comma-separated list of PGP key IDs in the key ring.
--old-passphrase
-o
old_passphrase
Required. The old passphrase of the PGP key ring.
--passphrase
-p
new_passphrase
Required. The new passphrase of the PGP key ring.
The following sample command replaces the old key passphrase to the new key passphrase:
./pgp_cli.sh -c changePassphrase -i 0xDA70CEEDF703DCBE -o Mykeypassphrase -p Mynewkeypassphrase
The command displays the following output:
12:46:36 INFO Default system locale: English (United States) 12:46:36 WARN Unable to load pgp configuration file : ./conf/pgp-configuration.properties (No such file or directory) 12:46:36 INFO Changing Key Pair. 12:46:36 INFO Passphrase for the key '0xDA70CEEDF703DCBE' was changed successfully. Please make sure to save this passphrase in a secure place. 12:46:36 INFO Key Passphrase changed successfully.

0 COMMENTS

We’d like to hear from you!