I'm trying to use a local websocket server in order to communicate between PWA and windows app. My problem is that pwa requires secure connections and it won't work with a regular websocket server.
So my problem is mainly. How do I certificate my machine so it can be used with pwa?
I'm using websocket sharp to create websocket server and I don't know how to initialize it as secure server