Improve command line options
-
Include default values in usage message -
Split url option (which is wrongly marked as server option) into server
andport
options -
Add an option to turn off verification of TLS server (mainly for the development purpose so it could be undocumented or hidden)
TLS layer is not able to turned off as the whole sentinel-proxy works with TLS client certificates and MQTT server depends on using them as well.
Edited by Miroslav Hanak