I'm using certutil in order to add CA certificate to mozilla certificate store.
When calling this utility as root, everything works fine - the certificate is really added. But, the problem is that I need to run this utility not as root. When I'm doing so, certutil fails. It returns the following error in a loop (only ctrl+c stop it): winscard_clnt.c:416:SCardsEstablishContextTH() Your pcscd is too old and does not support CMD_VERSION winscard_clnt.c:416:SCardsEstablishContextTH() Your pcscd is too old and does not support CMD_VERSION winscard_clnt.c:416:SCardsEstablishContextTH() Your pcscd is too old and does not support CMD_VERSION .... The command I'm running: certutil -A -n "VeriSign ..." -t c -t T -t C -i CA_Cert.cer -d /home/usr/.mozilla/firefox/hw01efrb.default/ I'm working with: Fedora 6 and FireFox 1.5. Does anyone know how can I overcome this problem? _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto