Created
March 16, 2020 11:56
-
-
Save daverix/290143dcae4360f0508aa508a1b4afee to your computer and use it in GitHub Desktop.
apk signature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
keytool -list -printcert -jarfile $1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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