From a864c1b7e386c0e807ad92a49449d0d76f904dea Mon Sep 17 00:00:00 2001 From: Daniel Barclay Date: Tue, 31 Mar 2020 16:17:59 -0400 Subject: [PATCH 1/2] Fix grammar problems and otherwise try to improve wording. --- .../configure-access-multiple-clusters.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md b/content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md index 67077aa331..6e87400937 100644 --- a/content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md +++ b/content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md @@ -149,12 +149,12 @@ users: username: exp ``` -The `fake-ca-file`, `fake-cert-file` and `fake-key-file` above is the placeholders -for the real path of the certification files. You need change these to the real path -of certification files in your environment. +The `fake-ca-file`, `fake-cert-file` and `fake-key-file` above are the placeholders +for the pathnames of the certificate files. You need change these to the actual pathnames +of certificate files in your environment. -Some times you may want to use base64 encoded data here instead of the path of the -certification files, then you need add the suffix `-data` to the keys. For example, +Sometimes you may want to use Base64-encoded data embeddedhere instead of separate +certificate files; in that case you need add the suffix `-data` to the keys, for example, `certificate-authority-data`, `client-certificate-data`, `client-key-data`. Each context is a triple (cluster, user, namespace). For example, the From 0bd6f53d4af03426d66d8a77a4dde68ce22a9c79 Mon Sep 17 00:00:00 2001 From: Daniel Barclay Date: Mon, 6 Apr 2020 19:39:55 -0400 Subject: [PATCH 2/2] Restored accidentally deleted space. --- .../configure-access-multiple-clusters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md b/content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md index 6e87400937..ed7dcb2892 100644 --- a/content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md +++ b/content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md @@ -153,7 +153,7 @@ The `fake-ca-file`, `fake-cert-file` and `fake-key-file` above are the placehold for the pathnames of the certificate files. You need change these to the actual pathnames of certificate files in your environment. -Sometimes you may want to use Base64-encoded data embeddedhere instead of separate +Sometimes you may want to use Base64-encoded data embedded here instead of separate certificate files; in that case you need add the suffix `-data` to the keys, for example, `certificate-authority-data`, `client-certificate-data`, `client-key-data`.