Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Go to the SAMDistImages directory and run the following command:

Code Block
make install

KeyEmbeddingTool

To export the device transport key securely, the server will leverage a tool from Zimperium called KeyEmbeddingTool. That tools comes in two flavors: development and production.

The server will look for a /var/www/html/app/tools/KeyEmbeddingTool in the PHP Docker container.

By default, the development version is used. To switch between development and production versions, two additional binaries will be provided in the container: /var/www/html/app/tools/KeyEmbeddingToolDev and /var/www/html/app/tools/KeyEmbeddingToolProd. Simply replace /var/www/html/app/tools/KeyEmbeddingTool by the one to be used.

Update

Note

Version 1.0.x

Warning

This method only works when there is no database table format or element update between 2 versions.

...