X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=6cbe4383569210175eedd1a41f60b3e454fec1fd;hb=f94d946d6043005f419ac47944cdffdf37d95bdc;hp=b13d3eef4e0033fec11e0c1b20a891ce8b36ba96;hpb=d0e9b7a1d5e73041ade519189eea012500440ba9;p=quassel.git 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