Skip to content

Latest commit

 

History

History

local-ssl-websocket

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

how to create keystore locally

keytool -genkeypair -alias mascix -keyalg RSA -keysize 2048 -storetype PKCS12 -keystore mascix.p12 -validity 3650

how to start locally

./gradlew bootRun

then go to https://localhost:8080/ accept the self signed certificate. click connect button first, then write name in the text box and click on send button which will send the message to all connected clients.