Skip to content

Commit d7e68ca

Browse files
committed
add readme about installing CA in Android
1 parent 1696577 commit d7e68ca

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

docs-src/cn/src_doc.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,14 @@ module.exports = {
611611

612612
<img src="https://zos.alipayobjects.com/rmsportal/hVWkXHrzHmOKOtCKGUWx.png" width="500" />
613613

614+
### 安卓系统信任CA证书
615+
首先和iOS类似,需要先扫描证书的二维码进行下载。然后不同的安卓系统安装证书的方式可能有所不同,但是安装的步骤是类似的,我们列举了几种类型。
616+
617+
* 下载后的证书可以直接单击打开并安装,这种方式是最简单的,直接安装即可
618+
* 证书下载到指定目录后,需要从其他入口进行安装,包括:
619+
* 设置 -> 安全性与位置信息 -> 加密与凭据 -> 从存储设备安装。找到你下载的证书文件,进行安装
620+
* 设置 -> 安全 -> 从SD卡安装证书。找到你下载的证书文件,进行安装
621+
614622
### 配置iOS/Android系统代理
615623

616624
* 代理服务器都在wifi设置中配置

docs-src/en/src_doc.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,15 @@ install :
602602

603603
* Besides installing root CA, you have to "turn on" the certificate for web manually in *settings - general - about - Certificate Trust Settings*. Otherwire, safari will not trust the root CA generated by AnyProxy.
604604

605+
### trust root CA in Android
606+
First of all, you need to download the root CA by clicking *Root CA* in web ui, and then scan the QR code.
607+
Installing CA in Android could be different based on the system, we list some common steps as below, but you can find the right way in you system with similar menu path.
608+
609+
* The downloaded CA file can be directly installed by clicking, this is the easist way
610+
* You need to install the CA file from other menu, such as:
611+
* Settings -> Security & Location > Encryption & credentials -> Install from storage, and find your CA file to install
612+
* Settings -> Security -> Install from SD card, and find you CA file to install
613+
605614
<img src="https://zos.alipayobjects.com/rmsportal/hVWkXHrzHmOKOtCKGUWx.png" width="500" />
606615

607616
### config iOS/Android proxy server

0 commit comments

Comments
 (0)