Skip to content

Commit c1e3dce

Browse files
committed
OSDOCS#11611: Noting not to include the port number
1 parent d09b967 commit c1e3dce

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)