]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/assets/zh-rCN/guide_ssl_certificates.html
Simplified Chines Guide translation.
[PrivacyBrowserAndroid.git] / app / src / main / assets / zh-rCN / guide_ssl_certificates.html
1 <!--
2   Copyright 2017-2020,2022-2023 Soren Stoutner <soren@stoutner.com>.
3
4   Translation 2023 Xin.  Copyright assigned to Soren Stoutner <soren@stoutner.com>.
5
6   This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
7
8   Privacy Browser Android is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Browser Android is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Browser Android.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <html>
22     <head>
23         <meta charset="UTF-8">
24
25         <link rel="stylesheet" href="../css/theme.css">
26
27         <!-- Setting the color scheme instructs the WebView to respect `prefers-color-scheme` @media CSS. -->
28         <meta name="color-scheme" content="light dark">
29     </head>
30
31     <body>
32         <h3><svg class="header"><use href="../shared_images/vpn_lock.svg#icon"/></svg> 信任的连接</h3>
33
34         <p>当访问一个加密的URL(由https开始),网页使用SSL证书来加密发送到浏览器的信息和确认服务。确认服务是为了保护位于浏览器和网页提供商的的服务和翻译信息。这种攻击方式被称为MITM。
35             SSL证书由证书机构颁发,公司通过验证服务的身份并产生一个收费的证书。安卓有一个受信任的证书列表,会接收所有网页的证书。一个域只允许一个特定的证书,其他的证书无效。但实际使用中政府和大型公司能做到这一点。</p>
36
37         <p>固定的证书告诉浏览器一个域名只有一个SSL证书值得信任。其他的证书及时是合法的也会被拒绝。</p>
38
39         <img class="center" src="images/pinned_mismatch.png"/>
40
41         <p>SSL证书会在一个指定的日期到期,所以即使是一个固定的SSL证书也需要合法的更新。通常,在大部分使用中不需要固定的证书,但对于那些认为会被攻击的大公司来说,固定的证书可以阻止MITM攻击。隐私浏览器也提供固定IP的功能。</p>
42
43         <img class="center" src="images/pinned_ssl_certificate.png"/>
44
45         <p>SSL证书可以在域名设置中固定。除了防御MITM攻击,为无线路由器或接入点等设备固定自己签名的证书通常可以消除在每次加载其网站时出现的错误消息。点击活动选项卡会显示当前网站的 SSL 证书。</p>
46     </body>
47 </html>