Open henrisco82 opened 2 years ago
Maybe this article could help you:
https://dev.to/jrebmann/setup-a-secure-apache-nifi-cluster-in-kubernetes-1b86
It describes how to configure a secure NiFi cluster with a secure NiFi registry and deploy it in a Kubernetes cluster.
Hello, Please help!! I am trying to use nifi-registry in secured mode. I have install cert-manager and turn on security in the values.yaml file.
Everything look fine. I can get the certificates with the kubectl tool.
The problem is when I try to access the UI of the nifi-registry, I get the following error.
This site can’t provide a secure connectionlocalhost didn’t accept your login certificate, or one may not have been provided. Try contacting the system admin. ERR_BAD_SSL_CLIENT_AUTH_CERT
I have already install the client certificate generate by cert manager to my OS. Please help me. What am I doing wrong?
Thank you