Hi list, is there a way to choose between pre and pos RFC 2253[1] format of DN from a client cert? Here are nginx[2] and Apache[3] docs about the subject.
[1] https://tools.ietf.org/html/rfc2253 [2] http://nginx.org/en/docs/http/ngx_http_ssl_module.html#var_ssl_client_s_dn [3] http://httpd.apache.org/docs/2.4/mod/mod_ssl.html#ssloptions (look for LegacyDNStringFormat option)

