Add SSL options to rfbUsage output

pull/3/head
Christian Beier 6 years ago
parent 162d716b4c
commit aa8a1aa768
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -43,6 +43,10 @@ rfbUsage(void)
"new non-shared\n" "new non-shared\n"
" connection comes in (refuse new connection " " connection comes in (refuse new connection "
"instead)\n"); "instead)\n");
#ifdef LIBVNCSERVER_WITH_WEBSOCKETS
fprintf(stderr, "-sslkeyfile path set path to private key file for encrypted WebSockets connections\n");
fprintf(stderr, "-sslcertfile path set path to certificate file for encrypted WebSockets connections\n");
#endif
fprintf(stderr, "-httpdir dir-path enable http server using dir-path home\n"); fprintf(stderr, "-httpdir dir-path enable http server using dir-path home\n");
fprintf(stderr, "-httpport portnum use portnum for http connection\n"); fprintf(stderr, "-httpport portnum use portnum for http connection\n");
#ifdef LIBVNCSERVER_IPv6 #ifdef LIBVNCSERVER_IPv6

Loading…
Cancel
Save