Fixed websocket problem by upgrading spark version. Also fixed z-index problem with console

This commit is contained in:
simon
2018-04-29 17:00:42 -04:00
parent 2c856aae80
commit 083af31b84
8 changed files with 94 additions and 84 deletions

View File

@@ -26,7 +26,7 @@ public class WebServer {
/*
* Generate keystore from Let's Encrypt with command:
* openssl pkcs12 -export -in fullchain.pem -inkey privkey.pem -out keystore.kjs -name muchassemblyrequired -CAfile chain.pem -caname root -password file:password.txt
* openssl pkcs12 -export -in fullchain.pem -inkey privkey.pem -out keystore.jks -name muchassemblyrequired -CAfile chain.pem -caname root -password file:password.txt
*
* Certificates generated from Let's Encrypt are usually in /etc/letsencrypt/live/www.site.com
*/