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

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

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

3. 编译CA。
  1 make

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