Multiple Intermediate Certificates for Client Authentication in Nginx -


i client authentication on nginx server. have 1 root ca , multiple intermediate cas. how can configure nginx such knows of them. i've tried put ca in file specified in ssl_client_certificate, doesn't work (most likely, because client not send intermediate). ca -> ica in file works writing ica1 -> ca, ica2 -> ca doesn't. second ica not recognized nginx.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -