We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ea38b commit e910e4aCopy full SHA for e910e4a
1 file changed
README.md
@@ -112,7 +112,7 @@ We have two ways to test -- one is by downloading the zip and using scripts to t
112
- To convert the p12 file to JKS follow the steps mentioned below.
113
- These commands will take out all the certs from the p12 file.
114
1. openssl pkcs12 -in <Merchant_ID>.p12 -nocerts -out <Merchant_ID>.key
115
- 2. openssl pkcs12 -in <Merchant_ID>.p12 -clcerts -nokeys -out <Merchant_ID>.crt
+ 2. openssl pkcs12 -in <Merchant_ID>.p12 -cacerts -nokeys -out <Merchant_ID>.crt
116
3. openssl pkcs12 -in <Merchant_ID>.p12 -cacerts -nokeys -out CyberSourceCertAuth.crt
117
4. openssl pkcs12 -in <Merchant_ID>.p12 -cacerts -nokeys -out CyberSource_SJC_US.crt
118
0 commit comments