Created
August 9, 2017 13:13
-
-
Save andrea-ale-sbarra/1557b979f928a5745d0e45decadf78f6 to your computer and use it in GitHub Desktop.
import pfx keystore into cacerts
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
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