Firefox
Get Smartcard Auth working as documented in:
http://www.hrgeeks.com/2008/11/21/using-a-dod-cac-with-ubuntu-and-firefox/
-
apt-get install libccid coolkey
-
n Firefox, go to Edit -> Preferences -> Advanced -> Security Devices and click Load.
-
In the Module Name field, type CoolKey (or whatever)
-
In the Module Filename field type or select /usr/lib/pkcs11/libcoolkeypk11.s
after getting it working in Firefox run the following to enable it for Evolution
modutil -add ‘coolkey’ -libfile /usr/lib/pkcs11/libcoolkeypk11.so -dbdir ~/.evolution
