refactor: 1

pull/192/head
xiaojunnuo 3 years ago
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…
Cancel
Save