Dear board,
I am trying to set up and test a simple local environment composed of
- Steve as simulated ocpp management system
- MicroOcpp simulator as fictitiuous client
I have managed to make the two of them talk using simple unsecure websocket ws://, but now I would like to make them use secure websocket wss://, to this purpose I have set up Steve, however I am not sure how to configure the simulator:
do I need to provide some kind of key or certificate?
Is there any tutorial on how to connect via secure websocket using the simulator?
Regards