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
Post a Comment