Versions Compared

Key

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

...

  1. open a text editor as administrator;
  2. open NRD.DesktopShell.exe.config file through a text editor;

    Figure 1 – edit the NRD.DesktopShell.exe.config file 
     
  3. specify the Web-client URL (Fig. 1,1) (by default https://repository1.itglobal.ru/lkr ).
    For test environment:
    1. <add key="TargetUrlEn" value="https://repository1.itglobal.ru/lkrlkr/en" />;
    2. <add key="TargetUrlRu" value="https://repository1.itglobal.ru/lkr/ru" />.

    For production environment (GOST and RSA cryptography):
    1. <add key="TargetUrlEn" value="https://edorcabinet.nsd.ru/lkrrepository/en" />;
    2. <add key="TargetUrlRu" value="https://edorcabinet.nsd.ru/lkrrepository/ru" />.

    Depending on the system locale when running the Desktop client will open Russian or English version of the Web-client;

  4. type of cryptographyPkiType parameter, values RSA or GOST (Fig. 1,2);
  5. save edited NRD.DesktopShell.exe.config file.

...