Skip to content

Commit 75dcc4f

Browse files
committed
OCPBUGS-54518: Fixed codeblock to enhance clipboard experience on customize-certificates-api-add-named.adoc
1 parent 4d105b3 commit 75dcc4f

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)