Skip to content

Instantly share code, notes, and snippets.

@mgrebenets
Created April 23, 2019 12:50
Show Gist options
  • Save mgrebenets/ac573580346bafcded3c4c4063c77cb2 to your computer and use it in GitHub Desktop.
Save mgrebenets/ac573580346bafcded3c4c4063c77cb2 to your computer and use it in GitHub Desktop.
# Run this inside Transporter's itms directory.
# Patch the trasporter with internal root CA.
./java/bin/keytool -import -trustcacerts \
-alias internal-root-ca \
-file ${ROOT_CA_PATH} \
-keystore java/lib/security/cacerts \
-storepass changeit \
-noprompt \
-v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment