We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4ed17 commit fd38a1cCopy full SHA for fd38a1c
content/ja/blog/_posts/2024-05-09-gateway-api-v1.1/index.md
@@ -107,7 +107,7 @@ Gatewayの各リスナーでクライアント証明書の検証が設定でき
107
これは、`tls`内に新しく追加された`frontendValidation`フィールドによって実現されています。
108
このフィールドでは、クライアントが提示する証明書を検証するための信頼アンカーとして使用できるCA証明書のリストを設定できます。
109
110
-以下の例は、ConfigMapの`foo-example-com-ca-cert`に保存されているCA証明書を使用して、Gatewayリスナーの`foo-https`に接続するクライアントの証明書を検証する方法をしめしています。
+以下の例は、ConfigMapの`foo-example-com-ca-cert`に保存されているCA証明書を使用して、Gatewayリスナーの`foo-https`に接続するクライアントの証明書を検証する方法を示しています。
111
112
```yaml
113
apiVersion: gateway.networking.k8s.io/v1
0 commit comments