Skip to content

Commit 7df8020

Browse files
committed
Update certificate installation docs
1 parent 50bac4b commit 7df8020

File tree

12 files changed

+64
-51
lines changed

12 files changed

+64
-51
lines changed
Loading
Loading
Loading
Loading
Loading

en-US/getting-started/installation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 0
66

77
## Why should install a certificate?
88

9-
Reqable uses the classic man-in-the-middle (MITM) technique to analyze HTTPS traffic. When the client communicates with Reqable proxy server (hereinafter referred to as `MITM`), the MITM needs to re-sign the SSL certificate of the remote server. In order to ensure the successful SSL handshake communication between the client and the MITM, it is necessary to install the MITM's root certificate (hereinafter referred to as `CA Certificate`) to the client's local certificate management center.
9+
Reqable uses the classic man-in-the-middle (MITM) technique to analyze HTTPS traffic. When the client communicates with Reqable proxy server (hereinafter referred to as `MITM`), the MITM needs to re-sign the SSL certificate of the remote server. In order to ensure the successful SSL handshake communication between the client and the MITM, it is necessary to install the MITM's root certificate (hereinafter referred to as `CA Certificate`) to the client's local certificate management center. If the CA Certificate did't installed in your device, you might see the error `SSL Handshake Error`.
1010

1111
If the target client is a PC application, the CA Certificate needs to be installed in the certificate management center of the PC; if the target client is a mobile application, the CA certificate needs to be installed in the certificate management center of the mobile phone. If you do not need traffic analysis, you can ignore this step.
1212

@@ -46,7 +46,7 @@ If you use the desktop app to analyze traffic, please install the CA root certif
4646

4747
The CA root certificate generated by Reqable for each device is different. If you want all devices to share the same CA root certificate, you can export the certificate in .p12 format and then import it on other devices.
4848

49-
:::note Tips
49+
:::info Tips
5050
After the mobile App is initialized and selects the collaborative mode and scans the qrcode to connect to the computer, the CA root certificate on the computer will be automatically synchronized to the current mobile device. At this time, the CA root certificate of the two devices is the same.
5151
:::
5252

Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)