Skip to content

Commit

Permalink
Update SSLServerExample.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wald authored Aug 15, 2018
1 parent f0731eb commit 247d2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/example/SSLServerExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static void main( String[] args ) throws Exception {

// load up the key store
String STORETYPE = "JKS";
String KEYSTORE = "D:\\GitHub\\Java-WebSocket\\src\\main\\example\\keystore.jks";
String KEYSTORE = "keystore.jks";
String STOREPASSWORD = "storepassword";
String KEYPASSWORD = "keypassword";

Expand Down

0 comments on commit 247d2b2

Please sign in to comment.