Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. send an e-mail to support@itglobal.ru, indicating the steps that led to the error and a screenshot of the error. In reply you will get  2 files:
    1. executable filetestcsp-x86 utility for downloading the private key to the Certificate storage;
    2. fileadding_key the command script for starting the executable file.
  2. save the files ta folder on your computer;
  3. unzip the filetestcsp-x86.zip;
  4. navigate to the certificates folder:
    1. for ОС Windows 7/Server2008 – C:\Users\User\AppData\Roaming\Microsoft\Crypto\RSA\;
    2. for ОС Windows 8 – C:\Users\User\AppData\Roaming\Validata\rcs.
  5. delete the contents of the folder;
  6. open the file adding_key using the text editor. This will open a command script (рис. 3);


    Fig. – command script

  7. fill test private key parameters TestCSP.exe -csptype 1 -cspname "Microsoft Enhanced Cryptographic Provider v1.0" -private -import -cont "I98DP60K2ST1GM09" -blob "RsaFileName.rsa" –forexport:

    1. Path (fig. 4,1) to the executable file testcsp-x86 (eg,C:\key\TestCSP.exe);

    2. cont (fig. 4,2) – key ID (eg, I10DP60K00T1GM07);

    3. blob (fig. 4,3) – key file name (eg, RsaFileName.rsa). 


    Fig. 4 – test private key parameters key parameters  

    Info

    The key ID you can check with the Moscow stock Exchange.

  8. save the file;
  9. double-click the source code file to open it. 
  10. launch the file adding_key in the following way: 
    1. right-click on the file;
    2. select "Run as administrator". As a result, the utility testcsp-x86 is automatically launched.

...