Hey everyone, I am setting up CKF behind a strict firewall and deep ssl packet inspection. When deploying kubeflow on the microk8s cluster with juju:
juju deploy kubeflow --trust --channel=1.7/stable
I get the following Issue:
ERROR resolving with preferred channel: Post “https://api.charmhub.io/v2/charms/refresh”: tls: failed to verify certificate: x509: certificate signed by unknown authority
I assume this is due the SSL inspection which replaces the original certificate with the one used by packet inspection. I deployed the custom certificate on the node i run juju on and also ran update-ca-certificates. Nevertheless this error still does occurs. How can I can point juju to the right ca certificate?