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

importKeys

importKeys

Imports keys from an external file to the key ring.
To import public keys from an external file or to use an existing key pair and import it to the current agent key ring location, use the
importKeys
command.
The
importKeys
command uses the following syntax:
<--command|-c> importKeys <--location|-l> location
The following table describes
importKeys
options and arguments:
Option
Argument
Description
-location
-l
location
Required. The file name and location of the file that contains key pairs or public keys to import.
The following sample command imports keys from the key pair to the key ring:
./pgp_cli.sh -c importKeys -l /root/RSFiles/SubFolder1/SubFolder2/file1.asc
The command displays the following output:
12:37:09 INFO Default system locale: English (United States) 12:37:10 INFO Importing Keys. 12:37:10 INFO Public key '0x23149FC8C38658EA' with user ID 'doctest <abc@informatica.com./pgp_cli.sh>' was imported successfully. 12:37:10 INFO 1 public keys and 0 secret keys were successfully imported into your key ring. 12:37:10 INFO Import Finished.

0 COMMENTS

We’d like to hear from you!