Skip to content

Instantly share code, notes, and snippets.

@shriduttkothari
Created August 22, 2013 11:48
Show Gist options
  • Save shriduttkothari/6306211 to your computer and use it in GitHub Desktop.
Save shriduttkothari/6306211 to your computer and use it in GitHub Desktop.
Verify the Keys
$ 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