How do i go about getting the details of the certificate an apk was signed with. I have a bunch of apks signed with different certificate and I am trying to group them based
unzip -p Name-of-apk.apk META-INF/CERT.RSA | keytool -printcert is what I used .
unzip -p Name-of-apk.apk META-INF/CERT.RSA | keytool -printcert
It produces information such as the owner , issuer , serial number , valid through, certificate finger prints , signature algorithms and version .