I want to create an Android application that will use SSL client certificate authentication.
I found code examples that show me how two SSL client certificate authentication is in an Android app. This is clear to me.
My problem is that I want to create an SSL client certificate on the device. Simply put, I want my program to do the following:
When the program is installed on the device, the client certificate should be generated on the device (at the first start), and the print with the public key will be sent to my server. (The certificate must be generated upon first use).
How can I create a client certificate and an Android device from my application?
android authentication certificate ssl client-certificates
Taleh ibrahimli
source share