mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OSDOCS#11611: Noting not to include the port number
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
ceb9cb528a
commit
63e29bf641
@@ -69,7 +69,7 @@ $ oc patch apiserver cluster \
|
||||
[{"names": ["<FQDN>"], //<1>
|
||||
"servingCertificate": {"name": "<secret>"}}]}}}' <2>
|
||||
----
|
||||
<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.
|
||||
<2> Replace `<secret>` with the name used for the secret in the previous step.
|
||||
|
||||
. Examine the `apiserver/cluster` object and confirm the secret is now
|
||||
|
||||
Reference in New Issue
Block a user