X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=6cbe4383569210175eedd1a41f60b3e454fec1fd;hp=b13d3eef4e0033fec11e0c1b20a891ce8b36ba96;hb=f94d946d6043005f419ac47944cdffdf37d95bdc;hpb=8e2f578b3d83d2dd7b6f2ea64d350693073ffed1 diff --git a/src/common/main.cpp b/src/common/main.cpp index b13d3eef..6cbe4383 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -170,6 +170,8 @@ int main(int argc, char **argv) cliParser->addOption("oidentd-conffile", 0, "Set path to oidentd configuration file", "file"); #ifdef HAVE_SSL cliParser->addSwitch("require-ssl", 0, "Require SSL for remote (non-loopback) client connections"); + cliParser->addOption("ssl-cert", 0, "Specify the path to the SSL Certificate", "path", "configdir/quasselCert.pem"); + cliParser->addOption("ssl-key", 0, "Specify the path to the SSL key", "path", "ssl-cert-path"); #endif cliParser->addSwitch("enable-experimental-dcc", 0, "Enable highly experimental and unfinished support for CTCP DCC (DANGEROUS)"); #endif