Skip to content

Commit f68929e

Browse files
authored
Merge pull request #88829 from openshift-cherrypick-robot/cherry-pick-88514-to-enterprise-4.16
[enterprise-4.16] OSDOCS#11611: Noting not to include the port number
2 parents 5c85f2d + 65035ab commit f68929e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/customize-certificates-api-add-named.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $ oc patch apiserver cluster \
6969
[{"names": ["<FQDN>"], //<1>
7070
"servingCertificate": {"name": "<secret>"}}]}}}' <2>
7171
----
72-
<1> Replace `<FQDN>` with the FQDN that the API server should provide the certificate for.
72+
<1> Replace `<FQDN>` with the FQDN that the API server should provide the certificate for. Do not include the port number.
7373
<2> Replace `<secret>` with the name used for the secret in the previous step.
7474

7575
. Examine the `apiserver/cluster` object and confirm the secret is now

0 commit comments

Comments
 (0)