Skip to content

Commit 9b8cd2b

Browse files
committed
BZ2030453: Add initial steps to add server certificate
1 parent afbf54c commit 9b8cd2b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ cluster in a degraded state.
3131

3232
.Procedure
3333

34+
. Login to the new API as the `kubeadmin` user.
35+
+
36+
[source,terminal]
37+
----
38+
$ oc login -u kubeadmin -p <password> https://FQDN:6443
39+
----
40+
41+
. Get the `kubeconfig` file.
42+
+
43+
[source,terminal]
44+
----
45+
$ oc config view --flatten > kubeconfig-newapi
46+
----
47+
3448
. Create a secret that contains the certificate chain and private key in the
3549
`openshift-config` namespace.
3650
+

0 commit comments

Comments
 (0)