johnpoth commented on issue #3708: URL: https://github.com/apache/camel-k/issues/3708#issuecomment-1265142014
Hi @tadayosi ! Yes it works on OpenShift but you do have to extract the secret and trust it client side, so something like: ` oc extract secret/router-ca --keys=tls.crt -n openshift-ingress-operator export SSL_CERT_FILE=$pwd/tls.crt ` If we want to be fancy we can do it automatically in the Kamel CLI [#3176](https://github.com/apache/camel-k/issues/3176) Thanks ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org