We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194c6fc commit 220d338Copy full SHA for 220d338
1 file changed
README.md
@@ -112,7 +112,7 @@ Unix or Linux: runSample.sh <service_name>
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 -cacerts -nokeys -out <Merchant_ID>.crt`
+ 2. `openssl pkcs12 -in <Merchant_ID>.p12 -clcerts -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