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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -