Loading the TA and CA
This section uses the rsa-demo CA and TA generated in Compiling the rsa-demo Applications as an example.
- 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
- Run the CA.
1/vendor/bin/rsa_demo
The CA must run in an absolute path.

Parent topic: Setting Up the TA and CA Operating Environment