Add --nocertcheck, -n args to skip websocket server certificate verification for all builds.

This commit is contained in:
Mudit Vats
2021-01-28 14:57:56 -07:00
parent 01316bcfa2
commit b54025168c
4 changed files with 25 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ void usage_show_help()
std::cout << "Optional:" << std::endl;
std::cout << " -p, --proxy <addr> proxy address and port" << std::endl;
std::cout << " -d, --dns <dns> dns suffix override" << std::endl;
std::cout << " -n, --nocertcheck skip websocket server certificate verification" << std::endl;
std::cout << " -v, --verbose verbose output" << std::endl;
std::cout << std::endl;
std::cout << "Informational:" << std::endl;