-Both examples and functional tests require SH0 private key to establish a secure session with TROPIC01. CMake variable `LT_SH0_PRIV_PATH` is used for that and its default value is set to path to the SH0 private key from the currently used `lab_batch_package`, found in `libtropic/provisioning_data/<lab_batch_package_directory>/sh0_key_pair/`. Naturally, it can be overridden with another path to SH0 private key. CMake loads the key raw data and saves it to `sh0priv` C array, defined in [libtropic_functional_tests.h](../include/libtropic_functional_tests.h) or [libtropic_examples.h](../include/libtropic_examples.h). The variable `LT_SH0_PRIV_PATH` is not expected to be used in user applications.
0 commit comments