mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
OCPBUGS-33878: Extract customer certificate for *.apps routes if exists rather then the default one
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
9d8e37df7c
commit
3e1cc638d0
@@ -79,7 +79,7 @@ $ route_host=$(oc get route s3 -n openshift-storage -o=jsonpath='{.spec.host}')
|
||||
+
|
||||
[source,terminal]
|
||||
----
|
||||
$ oc extract secret/router-certs-default -n openshift-ingress --confirm
|
||||
$ 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
|
||||
----
|
||||
+
|
||||
[source,terminal]
|
||||
|
||||
Reference in New Issue
Block a user