Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Learn More

Unable to use client authentication certificates from Windows Certificate Store inside Firefox

  • 2 одговорa
  • 5 има овај проблем
  • 5 прегледа
  • Последњи одговор послао pozdemar

more options

We are using Firefox as one of our corporate browsers. We are currently rolling out two factor authentication for mission critical web applications using managed PKI infrastructure. We have enrolled our employees for non-exportable client authentication certificates which are being stored in their internal Windows Certificate Storage.

We can now easily authenticate towards our corporate websites using Internet Explorer or Google Chrome. However, we did not manage to get Firefox to use the client authentication certificate from the Windows Certificate Storage. I understand that Firefox maintains its own certificate storage, but is there a way to configure Firefox to use the client authentication certificates stored in Windows Certificate Storage?

Thank you very much for any feedback including information that it is not possible by design.

We are using Firefox as one of our corporate browsers. We are currently rolling out two factor authentication for mission critical web applications using managed PKI infrastructure. We have enrolled our employees for non-exportable client authentication certificates which are being stored in their internal Windows Certificate Storage. We can now easily authenticate towards our corporate websites using Internet Explorer or Google Chrome. However, we did not manage to get Firefox to use the client authentication certificate from the Windows Certificate Storage. I understand that Firefox maintains its own certificate storage, but is there a way to configure Firefox to use the client authentication certificates stored in Windows Certificate Storage? Thank you very much for any feedback including information that it is not possible by design.

Измењено од стране pozdemar

Сви одговори (2)

more options

Did you check this pref on the about:config page?

  • security.enterprise_roots.enabled

See also:

more options

cor-el said

Did you check this pref on the about:config page?
  • security.enterprise_roots.enabled
See also:

I have checked this option earlier, but unfortunately that does not solve our problem. security.enterprise_roots.enabled is settings which allows Firefox to trust certificate authorities from Windows Certificate Storage (folder Trusted Root Certification Authorities).

However, what we need is to configure Firefox to use client authentication certificates stored in folder Personal in Windows Certificate Storage during SSL handshake - unlike the previous case, those certs also include corresponding private keys. Thanks for any other suggestions.