ibmint import credentials command

Use the ibmint import credentials command to import credentials into an IBM® App Connect Enterprise vault.

Supported platforms

  • Windows
  • Linux®
  • Linux on POWER®
  • Linux on Z
  • AIX®
  • IBM z/OS® Container Extensions (zCX)

Purpose

Use the ibmint import credentials command to import credentials into an IBM App Connect Enterprise vault.

Syntax

Read syntax diagramSkip visual syntax diagramibmint import credentials --work-directory  workDirectory --external-directory-vault vaultLocation --integration-node nodeName --archive-location filePath --archive-key key  --vault-keykey--external-directory-vault-keykey--vaultrc-location directory --credential-type type --credential-name name  --integration-serverserver  --tracefilePath  --help 

Parameters

connectionSpec is one of the following:

(a)
--work-directory workDirectory
The path to the work directory that is used by an independent integration server.
(b)
--external-directory-vault vaultLocation
The path to the directory that contains the external directory vault.
(c)
--integration-node nodeName
Name of a locally defined integration node.

--credential-type type
Indicates the type of the credential. Use the command ibmint display credential-types to see the list of credential types. For more information, see ibmint display credential-types command.

--credential-name name
Indicates the name of the credential.

Use one of the following options to access the vault key:

(a)
--vault-key key
Indicates the vault key to be used to access the vault where the credential is stored.
(b)
--external-directory-vault-key key
Indicates the vault key to be used to access the external directory vault where the credential is stored.
(c)
--vaultrc-location directory
Indicates the location of the .mqsivaultrc file.
--integration-server server
Integration server name.
--trace filePath
Send verbose internal trace to the specified file.
--help
Use this parameter to display help about the command.

Examples

Import credentials from an external directory vault:
ibmint import credentials --external-directory-vault C:\Users\myUser\IBM\ACET13\workspace_4409\TEST_EXT_DIR_VAULT --external-directory-vault-key myvaultkey --archive-location C:\mywrk\archiveLocation\archive.zip --archive-key myarchivekey 
Import credentials from an independent integration server:
ibmint import credentials --work-directory C:\Users\myUser\IBM\ACET13\workspace_4409\TEST_SERVER --vault-key myvaultkey --archive-location C:\mywrk\archiveLocation\archive.zip --archive-key myarchivekey 
Import credentials from an integration node:
ibmint import credentials --integration-node node1 --vault-key myvaultkey --integration-server server1 --archive-location C:\mywrk\archiveLocation\archive.zip --archive-key myarchivekey