refactor: 1
parent
566cdbe089
commit
c7ef26a534
|
@ -24,7 +24,7 @@ windows、mac、linux或者浏览器他们都内置了市面上可信的大型
|
|||
|
||||
### 现在可以回答为什么要信任根证书
|
||||
|
||||
当目标网站不需要加速拦截时,直接走TCP转发,不需要中间人攻击,在此不多做讨论。
|
||||
当目标网站不需要加速拦截时,直接走TCP转发,不需要中间人攻击,没有安全风险,在此不多做讨论。
|
||||
|
||||
当目标网站需要拦截时(例如github),就需要通过中间人攻击修改请求或者请求其他替代网站,从而达到加速的目的。
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<template slot="title">
|
||||
{{title}}
|
||||
<a-button type="primary" style="float:right" @click="doSetup()">点此去安装</a-button>
|
||||
<a-button style="float:right;margin-right:10px;" @click="openExternal('https://gitee.com/docmirror/dev-sidecar/blob/master/doc/caroot.md')">为什么?</a-button>
|
||||
<a-button style="float:right;margin-right:10px;" @click="openExternal('https://gitee.com/docmirror/dev-sidecar/blob/master/doc/caroot.md')">为什么要安装证书?</a-button>
|
||||
</template>
|
||||
<div>
|
||||
<b>本应用在非“安全模式”下必须安装和信任CA根证书</b>,该证书是应用启动时本地随机生成的<br/>
|
||||
|
|
Loading…
Reference in New Issue