I would like to verify a client certificate "custom" field directly with NGINX before returning it to the actual page.
As I understand from here: http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_verify_client it's easily achievable for fields like subject DN, issuer DN , client searial, end date etc But is there a way to validate a custome field my CA is appending to the certificate?