Deploying the CA Compilation Environment
- Modify the UUID.
The UUID in rsa_ca_demo.c must be the same as that of the TA.

- Go to the RSA CA project path and check the content of the Makefile file.

TARGET_APP indicates the name of the target file, and APP_SOURCES indicates the C language file to be compiled.
- Compile the CA.
1make
After the compilation is complete, an rsa-demoCA executable file is generated.

Parent topic: Compilation and Running