Data Ingestion and Replication
- Data Ingestion and Replication
- All Products
<--command|-c> createKeyPair <--name|-n> key_name <--passphrase|-p> passphrase [<--size|-s> size] <--expiration|-e> expiration_date> <--email|-m> email
Option
| Argument
| Description
|
---|---|---|
--name
-n
| key_name
| Required. The name of the key pair.
|
--passphrase
-p
| passphrase
| Required. The passphrase of the PGP key.
|
--size
-s
| size
| Optional. The size of the PGP key in bits.
Enter one of the following values:
Default is 512.
|
--expiration
-e
| expiration_date
| Required. The date when the PGP key pair expires.
Use the following date format:
dd-mm-yyyy
|
--email
-m
| email
| Required. The email ID of the user.
|
./pgp_cli.sh -c createKeyPair -n Mykeypair -p Mykeypassphrase -s 1024 -e 10-12-2019 -m abc@informatica.com
12:09:2017 INFO Key pair was successfully created and added to your key ring. The key ID is '0x23149FC8C38658EA'. 12:09:2017 INFO Key Pair created successfully.