Hi I am new on this group. Hopefully this is a too simple quesiton here. I tried to use two approaches for signing: sign whole html file and sign only javascript file with test cerficate.
after signed whole html with signtool, how i access this html file? what's the syntax? like this? jar:https://xxx./myjs.jar!/myfile.html How about i only sign the js file and use the following approach? for example myfile.html <html> <script src="myjs.js"> doTest();//which is in xx.js </script> </html> I only sign this myjs.js file and genereate myjs.jar file. Now how in html file to access this jar file? Thanks very much for help! John _______________________________________________ mozilla-crypto mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-crypto
