forked from OpenSC/OpenSC
-
Notifications
You must be signed in to change notification settings - Fork 2
Using OpenSC in Evolution
Viktor Tarasov edited this page Dec 11, 2012
·
1 revision
This page will explain the steps required to use OpenSC crypto devices in Evolution.
Make sure the NSS modutil tool is installed. If it is not available install it!
For example on Ubuntu 9.10 this can be done with the command:
sudo apt-get install libnss3-tools
Now you have to insert a link to the PKCS lib into Evolutions certificate database with modutil.
The syntax of the command is:
modutil -add <name> -libfile <path_to_lib> -dbdir <evolution_directory>
For example:
modutil -add "OpenSC" -libfile /usr/lib/opensc-pkcs11.so -dbdir ~/.evolution