Skip to content

Commit

Permalink
updated sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Damiano Falcioni committed Feb 23, 2021
1 parent 42bb7d7 commit 80021e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ More details on the features in the following.
## Live DEMO
Have a look at the [DEMO](https://damianofalcioni.github.io/Websocket-Smart-Card-Signer/examples/websocket_smartcard_signer_test_page.html).

NOTE: The Jar is self-signed so in order to use the demo you must add a security exception in the java control panel for the site "https://damianofalcioni.github.io/"
NOTE: The Jar is self-signed so in order to use the demo in JNLP mode you must add a security exception in the java control panel for the site "https://damianofalcioni.github.io/"

## Support Me <3
[![Buy me a coffee](https://user-images.githubusercontent.com/8982949/32890053-84c4cb1e-cacd-11e7-8eb1-0b0b7f666b5c.png)](https://www.paypal.me/damianofalcioni/0.99)
Binary file modified examples/websocket_smartcard_signer-jar-with-dependencies.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/websocket_smartcard_signer_test_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<body>
<p>Websocket Smartcard Signer Test Page</p>
<ol>
<li><a href="websocket_smartcard_signer.jnlp">Start the Websocket Smartcard Signer server launching the JNLP here</a></li>
<li>Start the Websocket Smartcard Signer server <a href="websocket_smartcard_signer.jnlp">launching the JNLP here</a> or <a href="websocket_smartcard_signer-jar-with-dependencies.jar">downloading and executing the JAR here</a></li>
<li>Check the presence of a green square in the traybar indicating the websocket server is running</li>
<li>Send an 'Hello World' data to the server to be signed clicking the <input type="button" value="Start" onclick="signTest();"/> button</li>
<li>Visualize the results and the logs in the following text areas</li>
Expand Down

0 comments on commit 80021e2

Please sign in to comment.