Client Certificate is not getting prompt from browser #5443
-
Iam not getting prompt for client certificate from browser here is my ingress config apiVersion: networking.k8s.io/v1
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@adsouza75 Hello there https://docs.nginx.com/nginx-ingress-controller/ Hope this helps. |
Beta Was this translation helpful? Give feedback.
@adsouza75 Hello there
The annotations are you using are for a different NGINX Ingress controller project.
This repo is the official NGINX repository for NGINX Ingress controller.
you can see our documentation located at this link, with our annotations for our project. (Note...the other projects annotations will not work with our NGINX Ingress controller project.)
https://docs.nginx.com/nginx-ingress-controller/
https://docs.nginx.com/nginx-ingress-controller/configuration/ingress-resources/advanced-configuration-with-annotations/
Hope this helps.