Skip to content

Instantly share code, notes, and snippets.

@CroMarmot
Created September 10, 2020 09:16
Show Gist options
  • Save CroMarmot/77cf0959a2b914c540f8a1800fb4889b to your computer and use it in GitHub Desktop.
Save CroMarmot/77cf0959a2b914c540f8a1800fb4889b to your computer and use it in GitHub Desktop.

keytool -list -v -keystore ./demo.jks

keytool -export -alias "上面的alias" -keystore ./demo.jks | base64

openssl x509 -inform der -in ./demo.cer -pubkey -noout > out.pem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment