Page tree

Versions Compared

Key

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

...

Для 64-битной системы используйте:

<code>$ wget --no-check-certificate https://download.rutoken.ru/Rutoken/PKCS11Lib/Current/Linux/x64/librtpkcs11ecp.so</code>

...

Code Block
languagebash
 $ wget 

...

--no-check-certificate https://download.rutoken.ru/Rutoken/PKCS11Lib/Current/Linux/x64/librtpkcs11ecp.so

Для 32-битной системы используйте:

...

Code Block
languagebash
 $ wget 

...

--no-check-certificate https://download.rutoken.ru/Rutoken/PKCS11Lib/Current/Linux/x32/librtpkcs11ecp.so


Копируем в системную папку.

Для 32- и 64-битной системы используйте:

...

Code Block
languagebash
$ sudo cp librtpkcs11ecp.so /usr/lib

...


$ sudo chmod 644 /usr/lib/librtpkcs11ecp.so

3 Проверяем что Рутокен ЭЦП работает в системе

...