My goal is to digitally sign a form on the client side and then send it to the server for verification.
I have incorporated the crypto.signText()
function into my code, but I am encountering an issue where the form does not prompt me to select a certificate when submitted.
Here is the relevant snippet of my code:
signature = theWindow.crypto.signText(res, "ask");