Skip to content

Commit 65f4ef3

Browse files
authored
Merge pull request #20022 from dsbos/patch-4
Fix grammar problems and otherwise try to improve wording.
2 parents 8384396 + 0bd6f53 commit 65f4ef3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/en/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@ users:
149149
username: exp
150150
```
151151

152-
The `fake-ca-file`, `fake-cert-file` and `fake-key-file` above is the placeholders
153-
for the real path of the certification files. You need change these to the real path
154-
of certification files in your environment.
152+
The `fake-ca-file`, `fake-cert-file` and `fake-key-file` above are the placeholders
153+
for the pathnames of the certificate files. You need change these to the actual pathnames
154+
of certificate files in your environment.
155155

156-
Some times you may want to use base64 encoded data here instead of the path of the
157-
certification files, then you need add the suffix `-data` to the keys. For example,
156+
Sometimes you may want to use Base64-encoded data embedded here instead of separate
157+
certificate files; in that case you need add the suffix `-data` to the keys, for example,
158158
`certificate-authority-data`, `client-certificate-data`, `client-key-data`.
159159

160160
Each context is a triple (cluster, user, namespace). For example, the

0 commit comments

Comments
 (0)