This video is great for those who are already familiar with Java and would like to quickly get started with Visa Developer by running the sample code. Cheat Sheet command descriptions are included below.
Generation of PKCS12 keystore
openssl pkcs12 -export -in cert.pem -inkey "privateKey.pem" -certfile cert.pem -out myapp_keyAndCertBundle.p12
Conversion of PKCS12 to JKS file
keytool -importkeystore -srckeystore myapp_keyAndCertBundle.p12 -srcstoretype PKCS12 -destkeystore clientkeystore.jks
Conversion of PKCS12 to JKS file
keytool -importkeystore -srckeystore myapp_keyAndCertBundle.p12 -srcstoretype PKCS12 -destkeystore clientkeystore.jks Addition of Platform certificate to JKS keytool -import -alias ejbca -keystore clientkeystore.jks -file VDPCA-Sandbox.pem -storepass (password)
Learn more: https://usa.visa.com/partner-with-us/developer.html
#VisaDeveloper, #GetStarted, #Java, #tutorial