Created
August 22, 2013 11:48
-
-
Save shriduttkothari/6306211 to your computer and use it in GitHub Desktop.
Verify the Keys
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
$ build/target/product/security/openssl x509 -noout -subject -issuer -in media.x509.pem | |
$ build/target/product/security/openssl x509 -noout -subject -issuer -in shared.x509.pem | |
$ build/target/product/security/openssl x509 -noout -subject -issuer -in platform.x509.pem | |
$ build/target/product/security/openssl x509 -noout -subject -issuer -in testkey.x509.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment