From 866c8f64e5019f9429f06dc8de91d402bdc8c25d Mon Sep 17 00:00:00 2001 From: Sean Knox Date: Fri, 30 Mar 2018 05:31:03 -0700 Subject: [PATCH] Ensure example configs are valid JSON (#7912) --- docs/concepts/cluster-administration/certificates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/cluster-administration/certificates.md b/docs/concepts/cluster-administration/certificates.md index 565fbca3e2..1d6450fe17 100644 --- a/docs/concepts/cluster-administration/certificates.md +++ b/docs/concepts/cluster-administration/certificates.md @@ -149,7 +149,7 @@ Finally, add the same parameters into the API server start parameters. "signing", "key encipherment", "server auth", - "client auth", + "client auth" ], "expiry": "8760h" } @@ -171,7 +171,7 @@ Finally, add the same parameters into the API server start parameters. "ST": "", "L": "", "O": "", - "OU": "", + "OU": "" }] } 1. Generate CA key (`ca-key.pem`) and certificate (`ca.pem`):