Skip to content

Commit 88f463d

Browse files
authored
Merge pull request #76176 from gmeghnag/OCPBUGS-33878
OCPBUGS#33878: Extract custom certificate for *.apps routes if exts rather then the default one
2 parents df1f2c2 + b59f433 commit 88f463d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/registry-configuring-registry-storage-rhodf-nooba.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $ route_host=$(oc get route s3 -n openshift-storage -o=jsonpath='{.spec.host}')
7979
+
8080
[source,terminal]
8181
----
82-
$ oc extract secret/router-certs-default -n openshift-ingress --confirm
82+
$ oc extract secret/$(oc get ingresscontroller -n openshift-ingress-operator default -o json | jq '.spec.defaultCertificate.name // "router-certs-default"' -r) -n openshift-ingress --confirm
8383
----
8484
+
8585
[source,terminal]

0 commit comments

Comments
 (0)