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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -