new command «certificate» to install CA certificate for SSL - need to register the new class ...

master
Marc Wäckerlin 9 years ago
parent 74a8e4e56a
commit 1a0a0ed0cd
  1. 1
      src/commands.hxx

@ -1506,6 +1506,7 @@ inline void Script::initPrototypes() {
add(new Set);
add(new UnSet);
add(new Timeout);
add(new Certificate);
}
#endif

Loading…
Cancel
Save