From fd38a1c8ab485b968bad8a7f34e18ef5d343ad33 Mon Sep 17 00:00:00 2001 From: Taisuke Okamoto <34154552+b1gb4by@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:15:57 +0900 Subject: [PATCH] Update content/ja/blog/_posts/2024-05-09-gateway-api-v1.1/index.md Co-authored-by: bells17 --- content/ja/blog/_posts/2024-05-09-gateway-api-v1.1/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ja/blog/_posts/2024-05-09-gateway-api-v1.1/index.md b/content/ja/blog/_posts/2024-05-09-gateway-api-v1.1/index.md index 9b6156968e..33fcb9a5b2 100644 --- a/content/ja/blog/_posts/2024-05-09-gateway-api-v1.1/index.md +++ b/content/ja/blog/_posts/2024-05-09-gateway-api-v1.1/index.md @@ -107,7 +107,7 @@ Gatewayの各リスナーでクライアント証明書の検証が設定でき これは、`tls`内に新しく追加された`frontendValidation`フィールドによって実現されています。 このフィールドでは、クライアントが提示する証明書を検証するための信頼アンカーとして使用できるCA証明書のリストを設定できます。 -以下の例は、ConfigMapの`foo-example-com-ca-cert`に保存されているCA証明書を使用して、Gatewayリスナーの`foo-https`に接続するクライアントの証明書を検証する方法をしめしています。 +以下の例は、ConfigMapの`foo-example-com-ca-cert`に保存されているCA証明書を使用して、Gatewayリスナーの`foo-https`に接続するクライアントの証明書を検証する方法を示しています。 ```yaml apiVersion: gateway.networking.k8s.io/v1