Data Ingestion and Replication
- Data Ingestion and Replication
- All Products
<--command|-c> changePassphrase <--ids|-i> key_id <--old-passphrase|-o> old_passphrase <--passphrase|-p> new_passphrase
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.
|
./pgp_cli.sh -c changePassphrase -i 0xDA70CEEDF703DCBE -o Mykeypassphrase -p Mynewkeypassphrase
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.