X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=a9dafccd86f49f7c649c89eb87afdee5e9296adc;hp=2bbe0cfad9d1bfd870a67193dac1d64863550a50;hb=56d25331d61b4b24a2805f1cf16e68f722fdaf73;hpb=aa8806ebf3072b8cab8a8f2f32048f4cd3c1062e diff --git a/src/common/main.cpp b/src/common/main.cpp index 2bbe0cfa..a9dafccd 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -163,6 +163,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