Skip to content

Commit e910e4a

Browse files
fixed typo
1 parent 22ea38b commit e910e4a

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 @@ We have two ways to test -- one is by downloading the zip and using scripts to t
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 -clcerts -nokeys -out <Merchant_ID>.crt
115+
2. openssl pkcs12 -in <Merchant_ID>.p12 -cacerts -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)