Skip to content

Commit 80021e2

Browse files
author
Damiano Falcioni
committed
updated sample
1 parent 42bb7d7 commit 80021e2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ More details on the features in the following.
2828
## Live DEMO
2929
Have a look at the [DEMO](https://damianofalcioni.github.io/Websocket-Smart-Card-Signer/examples/websocket_smartcard_signer_test_page.html).
3030

31-
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/"
31+
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/"
3232

3333
## Support Me <3
3434
[![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 not shown.

examples/websocket_smartcard_signer_test_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<body>
2626
<p>Websocket Smartcard Signer Test Page</p>
2727
<ol>
28-
<li><a href="websocket_smartcard_signer.jnlp">Start the Websocket Smartcard Signer server launching the JNLP here</a></li>
28+
<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>
2929
<li>Check the presence of a green square in the traybar indicating the websocket server is running</li>
3030
<li>Send an 'Hello World' data to the server to be signed clicking the <input type="button" value="Start" onclick="signTest();"/> button</li>
3131
<li>Visualize the results and the logs in the following text areas</li>

0 commit comments

Comments
 (0)