Add cmdline options for SSL certificate/key paths. 125/head
authorDaniel Schaal <farbing@web.de>
Fri, 1 May 2015 14:34:22 +0000 (16:34 +0200)
committerDaniel Schaal <farbing@web.de>
Sat, 2 May 2015 14:11:07 +0000 (16:11 +0200)
Add cmdline options to core to specify the SSL certificate
and SSL key path, --ssl-cert and --ssl-key respectively.
If not set, the usual path CONFIGDIR/quasselCert.pem
will be used for the cert and the key.

If only the path to the certificate is set, it is assumed
to also contain the key.


No differences found