Skip to content

Instantly share code, notes, and snippets.

@daverix
Created March 16, 2020 11:56
Show Gist options
  • Save daverix/290143dcae4360f0508aa508a1b4afee to your computer and use it in GitHub Desktop.
Save daverix/290143dcae4360f0508aa508a1b4afee to your computer and use it in GitHub Desktop.
apk signature
#!/bin/bash
keytool -list -printcert -jarfile $1
#!/bin/bash
keytool -list -v -keystore $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment