From 9e4c8029446c8523f26faf3841a4eb7fcb99d9d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Thu, 27 Feb 2025 17:55:05 +0800 Subject: [PATCH] docs: update ssl-pinning README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李琦 --- en/react-native-ssl-pinning.md | 2 ++ zh-cn/react-native-ssl-pinning.md | 1 + 2 files changed, 3 insertions(+) diff --git a/en/react-native-ssl-pinning.md b/en/react-native-ssl-pinning.md index 5defe661..1b09e765 100644 --- a/en/react-native-ssl-pinning.md +++ b/en/react-native-ssl-pinning.md @@ -352,6 +352,8 @@ Open entry/src/main/module.json5 and add the following information: ## Others +If certificate locking is used, the certificate needs to be built into the rawfile folder in the entry directory. + ## License This project is licensed under [The MIT License (MIT)](https://github.com/MaxToyberman/react-native-ssl-pinning/blob/master/LICENSE) diff --git a/zh-cn/react-native-ssl-pinning.md b/zh-cn/react-native-ssl-pinning.md index 8a81376d..0c19101c 100644 --- a/zh-cn/react-native-ssl-pinning.md +++ b/zh-cn/react-native-ssl-pinning.md @@ -364,6 +364,7 @@ ohpm install ## 遗留问题 ## 其他 +如果使用证书锁定,需要把证书内置到entry目录rawfile文件夹中。 ## 开源协议 -- Gitee