diff --git a/en/react-native-ssl-pinning.md b/en/react-native-ssl-pinning.md index 5defe661be2dfb48e1a8572eb22075b2b18353e6..1b09e765cc8e0718d1fdda74a1c99913258c73c9 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 8a81376d8f7c0c3551e9876886ffa8ccf1ead7ba..0c19101c31e6ca2294c990cf9f09ad1039f49b12 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文件夹中。 ## 开源协议