From 74a8e4e56a57511249fce0413b30bf7cfb125ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 2 Apr 2015 08:25:52 +0000 Subject: [PATCH] =?UTF-8?q?new=20command=20=C2=ABcertificate=C2=BB=20to=20?= =?UTF-8?q?install=20CA=20certificate=20for=20SSL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.hxx b/src/commands.hxx index 162efa4..8ff91b6 100644 --- a/src/commands.hxx +++ b/src/commands.hxx @@ -1409,7 +1409,7 @@ class Certificate: public Command { "Load a CA certificate that will be accepted on SSL connections."; } QString command() const { - return ""; + return "certificate "+_filename; } std::shared_ptr parse(Script*, QString args, QStringList&, int) {