我要评分
获取效率
正确性
完整性
易理解

Loading the TA and CA

This section uses the rsa-demo CA and TA generated in Compiling the rsa-demo Applications as an example.

  1. Copy the CA and TA to the specified directory.
    1
    2
    3
    4
    mkdir -p /vendor/bin
    cp -rf rsa_demo /vendor/bin
    mkdir -p /data
    cp -rf *.sec /data
    

    The target directory is specified by the TA and CA code. For the TA and CA code, you need to specify the actual path for storing the TA and CA. For more information about the rsa-demo code implementation, see Confidential Computing TrustZone Kit RSA Demo Developer Guide.

  2. Run the CA.
    1
    /vendor/bin/rsa_demo
    

    The CA must run in an absolute path.