Searched refs:sslcertfile (Results 1 – 5 of 5) sorted by relevance
52 keyfile = cl->screen->sslcertfile; in rfbssl_init()57 } else if (!cl->screen->sslcertfile || !cl->screen->sslcertfile[0]) { in rfbssl_init()63 …} else if (SSL_CTX_use_certificate_file(ctx->ssl_ctx, cl->screen->sslcertfile, SSL_FILETYPE_PEM) <… in rfbssl_init()64 rfbErr("Unable to load certificate file %s\n", cl->screen->sslcertfile); in rfbssl_init()
125 keyfile = cl->screen->sslcertfile; in rfbssl_init()127 if (NULL == (ctx = rfbssl_init_global(keyfile, cl->screen->sslcertfile))) { in rfbssl_init()
212 rfbScreen->sslcertfile = argv[++i]; in rfbProcessArguments()
382 char *sslcertfile; member
1760 SSL cert command line options. - Add --sslcertfile and --sslkeyfile. These should really be