zh-translation: /docs/reference/glossary/tls-origination.md (#5509)

* translate docs #1366

* Update tls-origination.md

* Update attribute.md

* Update title

* Update tls-origination.md
This commit is contained in:
ExBs2724 2019-11-12 09:42:54 +08:00 committed by Istio Automation
parent 822701661d
commit 38a7dfe1aa
1 changed files with 2 additions and 5 deletions

View File

@ -2,8 +2,5 @@
title: TLS Origination title: TLS Origination
--- ---
TLS origination occurs when an Istio proxy (sidecar or egress gateway) is configured to accept unencrypted TLS 源TLS Origination发生于一个被配置为接收内部未加密 HTTP 连接的 Istio 代理sidecar 或 egress gateway加密请求并使用简单或双向 TLS 将其转发至安全的 HTTPS 服务器时。
internal HTTP connections, encrypt the requests, and then forward them to HTTPS servers that are secured 这与 [TLS 终止](https://en.wikipedia.org/wiki/TLS_termination_proxy)相反,后者发生于一个接受 TLS 连接的 ingress 代理解密 TLS 并将未加密的请求传递到网格内部的服务时。
using simple or mutual TLS. This is the opposite of [TLS termination](https://en.wikipedia.org/wiki/TLS_termination_proxy)
where an ingress proxy accepts incoming TLS connections, decrypts the TLS, and passes unencrypted
requests on to internal mesh services.