We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09b967 commit c1e3dceCopy full SHA for c1e3dce
modules/customize-certificates-api-add-named.adoc
@@ -69,7 +69,7 @@ $ oc patch apiserver cluster \
69
[{"names": ["<FQDN>"], //<1>
70
"servingCertificate": {"name": "<secret>"}}]}}}' <2>
71
----
72
-<1> Replace `<FQDN>` with the FQDN that the API server should provide the certificate for.
+<1> Replace `<FQDN>` with the FQDN that the API server should provide the certificate for. Do not include the port number.
73
<2> Replace `<secret>` with the name used for the secret in the previous step.
74
75
. Examine the `apiserver/cluster` object and confirm the secret is now
0 commit comments