From 006a0270d3c487e853c5e96eb5194522cc0339ae Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Mon, 11 Jun 2018 22:37:46 +0200 Subject: [PATCH] Removed unused packages and changed comment --- index.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/index.js b/index.js index 982e7eb..c5c5d88 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,6 @@ -const os = require("os"); const fs = require("fs"); const path = require("path"); const forge = require("node-forge"); -const { spawn } = require("child_process"); const archiver = require("archiver"); const async = require("async"); const stream = require("stream"); @@ -88,8 +86,7 @@ function loadConfiguration(setup) { } /** - Generates the cryptografic signature for the manifest file. - Spawns Openssl process since Node.js has no support for PKCSs. + Generates the PKCS #7 cryptografic signature for the manifest file. @function createSignature @params {String} manifestPath - temp dir path created to keep the manifest file.