How can I access and installed certificate to sign a criptographic challenge with it in a react app?

Viewed 14

I have a React App that I need that access and installed certificate in the client side. This certificate is used to sign a challenge to pass it to the back.

The basic idea is:

  • The User select an installed certificate in the computer
  • React sent the challenge to the signature engine (I understand that it is in the OS, not in the browser)
  • React recovers the signed item
  • React push it to the backend

Is this possible?

Thank you!

0 Answers
Related