5.7.20. Inject Certificate into SE

This tool is to demonstrate how to inject certificates into the SE. The keyIDs where certificates are injected are defined in se05x_InjectCertificate.h:

#define ECC_CERTIFICATE_KEYID 0x00000014
#define RSA_CERTIFICATE_KEYID 0x00000011

Note

Certificates to be injected are also defined in se05x_InjectCertificate.h file. These can be changed as required.

5.7.20.1. Building the example

Use the following CMake configurations to compile the example

  • Project: se05x_InjectCertificate

5.7.20.2. How to use

Run the tool as:

se05x_InjectCertificate <port>
  • For systems connecting with T=1 over I2C, the port parameter can be skipped.