Android Question Client Side Certificate

ZenWhisk

Member
Licensed User
Longtime User
Hello, is anybody able to explain what I need to do in my app if I need to implement 'Client Side Certificates'. Or maybe this is part of the underlying http libraries.

Client Side Certificates are where a device calling https can identify itself so that the http server can let only authorised devices in. On the server side I am using xampp apache, and have server side certificates. But I have no idea how to implement client side certificates.
 
Top