-2
I am working on a project using PHP/HTML/Javascript where will be signed with digital certificate of the clients, where they will receive a PDF document and can sign using a button. When this button is clicked, it is necessary to open the option to select the digital certificates installed on the client’s machine according to the image below and the certificate chosen is available for manipulation in PHP. How do I open this certificate selection console in chorme/firefox when the client clicks the sign button?
This configuration is on the server, and each has its own way of configuring (but usually is called "client Authentication" and has a "Certificate" option or something) - with this, the customer’s certificate will be requested when he accesses the site. Also, some browsers do not show this window if you only have a certificate installed in the client (only if you have 2 or more, so you choose - if you only have one, use what you have) - but I think some show the window always, I just don’t remember if you can configure this behavior, each browser must do it its own way.
– hkotsubo