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: