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

createKeyPair

createKeyPair

Creates a key pair. The key pair or the key ID consists of a public key and a private keys.
The
createKeyPair
command uses the following syntax:
<--command|-c> createKeyPair <--name|-n> key_name <--passphrase|-p> passphrase [<--size|-s> size] <--expiration|-e> expiration_date> <--email|-m> email
The following table describes
createKeyPair
options and arguments:
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:
  • 512
  • 1024
  • 2048
  • 4096
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.
The type argument uses the RSA PGP key.
The following sample command creates a key pair and adds the key pair to the key ring.
./pgp_cli.sh -c createKeyPair -n Mykeypair -p Mykeypassphrase -s 1024 -e 10-12-2019 -m abc@informatica.com
The command displays the following output:
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.

0 COMMENTS

We’d like to hear from you!