Comment on Ask HN: Where do you get CA validated “Client Certificates”?parentComments−moviuro7yNope, this really is weird. Can't you add a root CA to the machine providing the service? e.g. https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_...−asadjbOP7yUnfortunately no. That's how I think client certificates are usually given; generated with a self signed CA, but this 3rd party API want's a pre-trusted CA, not a self signed one.−moviuro7yI still can't understand what's going on :(Who's doing what, and which machine connects to the other one?
Comments
Nope, this really is weird. Can't you add a root CA to the machine providing the service? e.g. https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_...
Unfortunately no. That's how I think client certificates are usually given; generated with a self signed CA, but this 3rd party API want's a pre-trusted CA, not a self signed one.
I still can't understand what's going on :(
Who's doing what, and which machine connects to the other one?