File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ openssl pkcs12 -export -certfile CyberSourceCertAuth.crt -in <Merchant_ID>.crt -
124124
125125- Create JKS from p12 using keytool
126126```
127- keytool -importkeystore -destkeystore <Your_keystore_name> -deststorepass <your_password> -srckeystore identity.p12 -srcstoretype PKCS12 -srcstorepass <Merchant_ID>
127+ keytool -importkeystore -destkeystore <Your_keystore_name>.jks -deststorepass <your_password> -srckeystore identity.p12 -srcstoretype PKCS12 -srcstorepass <Merchant_ID>
128128```
129129- Now import the CyberSource_SJC_US.crt to your keystore
130130```
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ To convert the p12 file to JKS follow the steps mentioned below.
146146 openssl pkcs12 -export -certfile CyberSourceCertAuth.crt -in <Merchant_ID>.crt -inkey cybs_test_ashish.key -out identity.p12 -name "<Merchant_ID>"
147147
148148 Create JKS from p12 using keytool
149- keytool -importkeystore -destkeystore <Your_keystore_name> -deststorepass <your_password> -srckeystore identity.p12 -srcstoretype PKCS12 -srcstorepass <Merchant_ID>
149+ keytool -importkeystore -destkeystore <Your_keystore_name>.jks -deststorepass <your_password> -srckeystore identity.p12 -srcstoretype PKCS12 -srcstorepass <Merchant_ID>
150150
151151 Now import the CyberSource_SJC_US.crt to your keystore
152152 keytool -importcert -trustcacerts -file CyberSource_SJC_US.crt -alias CyberSource_SJC_US -keystore <Your_keystore_name>.jks
You can’t perform that action at this time.
0 commit comments