Last active
April 17, 2018 19:09
-
-
Save bernardoVale/4aef1f837173a1559fc92a273626ebc6 to your computer and use it in GitHub Desktop.
Testing Java SSL
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
java -Djavax.net.ssl.trustStore=frontend_epsKeystore_fugazi.jks -jar java-keystore-test-0.0.1.jar https://ecinventqark1v.wsgc.com:49184/loyalty/v1/loyaltyAccounts?phone=19164754536 | |
EPS: /apps/tomcat/conf/frontend_epsKeystore_fugazi.jks | |
Loyalty: /apps/tomcat/conf/frontend_keystore.jks | |
password | |
ecinvent-qa-rk1v.wsgc.com | |
keytool -keystore frontend_keystore.jks -exportcert -alias unit_test -file unittest.key | |
keytool -printcert -v -file ecinvent-qa.key | |
keytool -import -noprompt -trustcacerts -alias ecinvent-qa -file /Users/bvale/wsgc/ecinvent-qa-rk1vwsgccom.crt -keystore frontend_keystore.jks -storepass password | |
keytool -keystore frontend_keystore.jks -exportcert -alias unit_test -file unittest.key | |
keytool -keystore frontend_keystore.jks -list | |
keytool -keystore frontend_keystore.jks -exportcert -alias wsirootca -file wsirootca.key | |
java -jar java-keystore-test-0.0.1.jar https://ecinvent-qa-rk5v.wsgc.com/inventorystateconsumer/summary.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment