Skip to content

Instantly share code, notes, and snippets.

@andrea-ale-sbarra
Created August 9, 2017 13:13
Show Gist options
  • Save andrea-ale-sbarra/1557b979f928a5745d0e45decadf78f6 to your computer and use it in GitHub Desktop.
Save andrea-ale-sbarra/1557b979f928a5745d0e45decadf78f6 to your computer and use it in GitHub Desktop.
import pfx keystore into cacerts
keytool -importkeystore -srckeystore KEYSTORE.pfx -srcstoretype pkcs12 -keystore cacerts -srcalias "blah" -destalias "blah"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment