Fixed typo in cipher suites (#10292)

This commit is contained in:
sha-rath 2021-09-02 18:07:45 +02:00 committed by GitHub
parent e478ec9241
commit ed59f1cb8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ follows:
Istio configures `TLSv1_2` as the minimum TLS version for both client and server with
the following cipher suites:
- `CDHE-ECDSA-AES256-GCM-SHA384`
- `ECDHE-ECDSA-AES256-GCM-SHA384`
- `ECDHE-RSA-AES256-GCM-SHA384`

View File

@ -123,7 +123,7 @@ Istio 通过客户端和服务器端 PEPs 建立服务到服务的通信通道
Istio 将 `TLSv1_2` 作为最低 TLS 版本为客户端和服务器配置了如下的加密套件:
- `CDHE-ECDSA-AES256-GCM-SHA384`
- `ECDHE-ECDSA-AES256-GCM-SHA384`
- `ECDHE-RSA-AES256-GCM-SHA384`