---
title: 在编译TA部分代码过程中提示没有.pem文件的解决方法
description: "在编译TA部分代码过程中提示没有.pem文件，报错信息如下："
url: https://www.hikunpeng.com/document/detail/zh/kunpengcctrustzone/trustzone/trouble/boostkit_trustzone_featurestroublecase_0009.html
sourcePath: /source/zh/kunpengcctrustzone/trustzone/trouble/boostkit_trustzone_featurestroublecase_0009.html
indexId: ccf3b157deb48ef406896838ec11a87ced1099ed4c3249082174733280502b8596
---
# 在编译TA部分代码过程中提示没有.pem文件的解决方法

#### 问题现象描述

在编译TA部分代码过程中提示没有.pem文件，报错信息如下：


#### 关键过程、根本原因分析

.pem文件找不到，是因为config_cloud.ini配置的.pem文件路径不对，这里的路径是.pem文件相对itrustee_sdk中的签名脚本signtool_v3.py的路径。


#### 结论、解决方案及效果

请将config_cloud.ini中配置.pem文件路径修改为相对itrustee_sdk中的签名脚本signtool_v3.py的路径。
