Modern Linux systems actually have a central certificate store. It's a bit lacking in management UI so far, but it works, and you can use it instead of loading your PKCS#12 certificates into every app you use manually.
First, import your certificate into the GNOME keyring with:
gnome-keyring import /path/to/certificate.p12
Install the libnss3-
(
Read more... )