The most straightforward way to indicate Firefox that you want to be asked every time for the right certificate is to adjust the security.default_personal_cert
property in "Advanced Preferences". I have not found a way to do it through the "Options" menu, which is the recommended and safe way to change your Firefox preferences.
How to proceed:
- Access Firefox's "Advanced Preferences" by opening a new tab and typing
about:config
into the address bar
- Firefox will display a "Proceed with caution" warning. Click on "Accept the risk and continue".
- On the "Search preference name" bar, type
security.default_personal_cert
- Set the value of that property to
Ask Every Time
- Close the tab (make sure that you do not change anything else)
You are done. If a website needs a certificate, you will now be asked to choose one from the list instead of having it automatically selected.
(Note: I am using Firefox 85.0 (64-bit) on Windows 10. If I am not wrong, previous versions of Firefox allowed to change that preference from "Options".)