From a4efc7c9c4574c85165fb2c1e904c25a20da74cc Mon Sep 17 00:00:00 2001 From: Paulo Castro Date: Thu, 30 May 2019 12:57:03 +0100 Subject: [PATCH] Fix CI build error (missing @types/mz) Change-type: patch Signed-off-by: Paulo Castro --- doc/cli.markdown | 7 +++++++ package.json | 1 + 2 files changed, 8 insertions(+) diff --git a/doc/cli.markdown b/doc/cli.markdown index 3034e1d2..a2b4196e 100644 --- a/doc/cli.markdown +++ b/doc/cli.markdown @@ -1406,6 +1406,13 @@ Disables check for matching architecture in image and application Pin the preloaded device (not application) to the preloaded release on provision +#### --add-certificate <certificate.crt> + +Add the given certificate (in PEM format) to /etc/ssl/certs in the preloading container. +The file name must end with '.crt' and must not be already contained in the preloader's +/etc/ssl/certs folder. +Can be repeated to add multiple certificates. + #### --docker, -P <docker> Path to a local docker socket (e.g. /var/run/docker.sock) diff --git a/package.json b/package.json index 99f576b4..f65e3a3f 100644 --- a/package.json +++ b/package.json @@ -74,6 +74,7 @@ "@types/lodash": "4.14.112", "@types/mixpanel": "2.14.0", "@types/mkdirp": "0.5.2", + "@types/mz": "0.0.32", "@types/net-keepalive": "^0.4.0", "@types/node": "6.14.2", "@types/prettyjson": "0.0.28",