---
title: CA编译环境部署
description: "1. 修改UUID。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengboostkithistory/2300/history/kunpengtrustzone_16_0016.html
sourcePath: /source/zh/kunpengboostkithistory/2300/history/kunpengtrustzone_16_0016.html
indexId: 8c7a4252412e7e0274c99137ef6fec48ea0949776e0d2962d1b8d686d8342d9176
---
# CA编译环境部署

1. 修改UUID。
  rsa_ca_demo.c中UUID需与TA保持一致。

2. 进入RSA CA工程路径，确认Makefile文件，其内容如下：
  TARGET_APP为目标文件名称，APP_SOURCES为自己要编译的C语言文件。

3. 编译CA。
  1 make

  编译完成后会生成rsa-demoCA可执行文件。
