Skip to content

Instantly share code, notes, and snippets.

@recter
Last active December 31, 2015 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recter/8051753 to your computer and use it in GitHub Desktop.
Save recter/8051753 to your computer and use it in GitHub Desktop.
.p12文件附加到.keystore文件例子

.p12文件附加到.keystore文件例子

  • 转换

keytool -v -importkeystore -srckeystore temp.p12 -srcstoretype PKCS12 -destkeystore temp.keystore -deststoretype JKS

  • 查看

keytool -list -keystore temp.keystore

  • 说明

keytool工具在JDK

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