Friday, 14 April 2023

How to install a system wide self signed certificate in android?

I am creating an MFA app that needs to store a unique certificate in the user app so other apps like(outlook, slack, google workspace) can access it and authenticate the user.

I want to install a self-signed certificate (.p12) that will be accessible to all other apps in my system.

I have looked at keystore, CA certificates but those are not helping. Is there any to do this?



from How to install a system wide self signed certificate in android?

No comments:

Post a Comment