Skip to content

Commit 220d338

Browse files
committed
readme fix
1 parent 194c6fc commit 220d338

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Unix or Linux: runSample.sh <service_name>
112112
- To convert the p12 file to JKS follow the steps mentioned below.
113113
- These commands will take out all the certs from the p12 file. 
114114
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`
115+
2. `openssl pkcs12 -in <Merchant_ID>.p12 -clcerts -nokeys -out <Merchant_ID>.crt`
116116
3. `openssl pkcs12 -in <Merchant_ID>.p12 -cacerts -nokeys -out CyberSourceCertAuth.crt`
117117
4. `openssl pkcs12 -in <Merchant_ID>.p12 -cacerts -nokeys -out CyberSource_SJC_US.crt`
118118

0 commit comments

Comments
 (0)