Skip to content

Commit 2128697

Browse files
authored
Merge pull request #92783 from dfitzmau/OCPBUGS-54518
OCPBUGS-54518: Fixed codeblock to enhance clipboard experience on cus…
2 parents 9d57d17 + 75dcc4f commit 2128697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ $ oc create secret tls <secret> \//<1>
6565
----
6666
$ oc patch apiserver cluster \
6767
--type=merge -p \
68-
'{"spec":{"servingCerts": {"namedCertificates":
69-
[{"names": ["<FQDN>"], //<1>
68+
'{"spec":{"servingCerts": {"namedCertificates": \
69+
[{"names": ["<FQDN>"], \//<1>
7070
"servingCertificate": {"name": "<secret>"}}]}}}' <2>
7171
----
7272
<1> Replace `<FQDN>` with the FQDN that the API server should provide the certificate for. Do not include the port number.

0 commit comments

Comments
 (0)