diff --git a/en/application-dev/reference/native-apis/_o_h___huks___cert_chain.md b/en/application-dev/reference/native-apis/_o_h___huks___cert_chain.md
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..838dd3761f3ce9880895248a181c7fe09e241fc6 100644
--- a/en/application-dev/reference/native-apis/_o_h___huks___cert_chain.md
+++ b/en/application-dev/reference/native-apis/_o_h___huks___cert_chain.md
@@ -0,0 +1,47 @@
+# OH_Huks_CertChain
+
+
+## Overview
+
+Defines the structure of the certificate chain.
+
+**Since:**
+9
+
+**Related Modules:**
+
+[HuksTypeApi](_huks_type_api.md)
+
+
+## Summary
+
+
+### Member Variables
+
+| Name | Description |
+| -------- | -------- |
+| [certs](#certs) | Pointer to the certificate data. |
+| [certsCount](#certscount) | Number of certificates. |
+
+
+## Member Variable Description
+
+
+### certs
+
+
+```
+struct OH_Huks_Blob* OH_Huks_CertChain::certs
+```
+**Description**
+Pointer to the certificate data.
+
+
+### certsCount
+
+
+```
+uint32_t OH_Huks_CertChain::certsCount
+```
+**Description**
+Number of certificates.