new command «certificate» to install CA certificate for SSL
This commit is contained in:
@@ -1409,7 +1409,7 @@ class Certificate: public Command {
|
|||||||
"Load a CA certificate that will be accepted on SSL connections.";
|
"Load a CA certificate that will be accepted on SSL connections.";
|
||||||
}
|
}
|
||||||
QString command() const {
|
QString command() const {
|
||||||
return "";
|
return "certificate "+_filename;
|
||||||
}
|
}
|
||||||
std::shared_ptr<Command> parse(Script*, QString args,
|
std::shared_ptr<Command> parse(Script*, QString args,
|
||||||
QStringList&, int) {
|
QStringList&, int) {
|
||||||
|
Reference in New Issue
Block a user