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
Parameters
connectionSpec is one of the following:
- --work-directory workDirectory
- The path to the work directory that is used by an independent integration server.
- --external-directory-vault vaultLocation
- The path to the directory that contains the external directory vault.
- --integration-node nodeName
- Name of a locally defined integration node.
- 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.
- Indicates the name of the credential.
Use one of the following options to access the vault key:
- --vault-key key
- Indicates the vault key to be used to access the vault where the credential is stored.
- --external-directory-vault-key key
- Indicates the vault key to be used to access the external directory vault where the credential is stored.
- --vaultrc-location directory
- Indicates the location of the
.mqsivaultrc
file. - Integration server name.
- Send verbose internal trace to the specified file.
- 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