From a33f77404f4d0e6dfcd566602f942bb21b2f2490 Mon Sep 17 00:00:00 2001 From: Jacob Boddey Date: Fri, 8 Dec 2023 16:16:03 +0000 Subject: [PATCH] Add instruction for local CA cert --- cmd/package | 2 +- docs/get_started.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/package b/cmd/package index 87270b5e1..05723ab67 100755 --- a/cmd/package +++ b/cmd/package @@ -44,7 +44,7 @@ mkdir -p $MAKE_SRC_DIR/usr/local/testrun/local/devices # Copy root_certs folder mkdir -p local/root_certs -cp -r local/root_certs $MAKE_SRC_DIR/usr/local/testrun/local/root_certs +cp -r local/root_certs $MAKE_SRC_DIR/usr/local/testrun/local/ # Copy framework and modules into testrun folder cp -r {framework,modules} $MAKE_SRC_DIR/usr/local/testrun diff --git a/docs/get_started.md b/docs/get_started.md index 18c8ecd46..70215ac62 100644 --- a/docs/get_started.md +++ b/docs/get_started.md @@ -41,6 +41,8 @@ However, to achieve a compliant test outcome, your device must be configured cor - Testing data will be available in the ``local/devices/{device}/reports`` folders - Additional configuration options are available in the ``local/system.json`` file + **NOTE: Place your local CA certificate in local/root_certs (any name with a .crt extension) to perform TLS server tests** + ## Start Testrun 1. Attach network interfaces: