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 4d105b3 commit 75dcc4fCopy full SHA for 75dcc4f
modules/customize-certificates-api-add-named.adoc
@@ -65,8 +65,8 @@ $ oc create secret tls <secret> \//<1>
65
----
66
$ oc patch apiserver cluster \
67
--type=merge -p \
68
- '{"spec":{"servingCerts": {"namedCertificates":
69
- [{"names": ["<FQDN>"], //<1>
+ '{"spec":{"servingCerts": {"namedCertificates": \
+ [{"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. Do not include the port number.
0 commit comments