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 08b981f commit 83e1e3aCopy full SHA for 83e1e3a
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