runtime/Stunnel.py
Mon, 29 Oct 2018 11:33:36 +0100 Edouard Tisserant Automatically get PSK and ID when connecting to PYRO[S], so that future connection through PYROS can use that same key. Also fixed case to UPPER for *PSK.
Tue, 23 Oct 2018 16:19:20 +0200 Edouard Tisserant Runtime : Ensure that a random PSK secret compatible with stunnel is generated if -s commandline switch is used. Stunnel service is restarted after generation, using spawn_subprocess. TODO : give stunnel restart command as a commandline parameter.
Tue, 23 Oct 2018 13:36:07 +0200 Edouard Tisserant Small cosmetic change to enhance readability and avoid confusion.