Rate This Document
Findability
Accuracy
Completeness
Readability

Deploying the CA Compilation Environment

  1. Modify the UUID.

    The UUID in rsa_ca_demo.c must be the same as that of the TA.

  2. 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.

  3. Compile the CA.
    1
    make
    

    After the compilation is complete, an rsa-demoCA executable file is generated.