ArcotID Tool

ArcotIDTool.exe is a command line tool that is not installed as part of the ArcotID PKI Client, but available separately. This tool is used for testing and troubleshooting. It tests the functionality of importing keys and certificates into the key vault of an ArcotID PKI. The keys and certificates to be imported must be stored in PKCS#12 or PFX format. The tool is invoked as follows:
aatest
ArcotIDTool.exe is a command line tool that is not installed as part of the ArcotID PKI Client, but available separately. This tool is used for testing and troubleshooting. It tests the functionality of importing keys and certificates into the
key vault
of an ArcotID PKI. The keys and certificates to be imported must be stored in PKCS#12 or PFX format. The tool is invoked as follows:
 
arcotidtool ImportP12sWallet arcotid_filename arcotid_PIN number_of_P12files_toimport P12filename_1 P12password1, P12filename_2 P12password2,…
Where,
  • arcotid_filename is the file name of the ArcotID.
  • arcotid_PIN is the password of the ArcotID.
  • number_of_P12files_toimport is the number of PKCS#12 or PFX files that will be imported into the ArcotID.
  • P12filename_1 is the file name of the first PKCS#12 or PFX file.
  • P12password1 is the password of the first PKCS#12 file or PFX file to be imported.
  • P12filename_2 and P12password2 are the filename and password of the PKCS#12 or PFX file.
Example
arcotidtool ImportP12sWallet tooltest1_10_0_21_125.aid 123456 1 MyCerts.p12 123456
This command imports the P12 file MyCerts.p12 into the ArcotID tooltest1_10_0_21_125.aid.