Skip to content

Commit 88dbe42

Browse files
authored
Update README.md
1 parent a7ddadb commit 88dbe42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ openssl req -newkey rsa:2048 -keyout paymentsdemo-csr.key -out paymentsdemo.csr
6969
### Request a Certificate
7070
Request a certificate from a CA (Certification Authority), using the CSR file generated in the step above. A client certificate is essentially the same as a server certificate so that is usually what you need to request. Once the CSR has been submitted you will have the standard process or organization and domain verification, after which you will be issued with a certificate.
7171
### Use the Certificate
72-
See examples here for node.js (app.js line 75 & 76). Regardless of your client you will generally associate the certificate and private key with your HTTP Request object similar to this sample.
72+
See examples here for node.js (app.js line 69 & 70). Regardless of your client you will generally associate the certificate and private key with your HTTP Request object similar to this sample.
7373

7474

7575
## Becoming a CyberSource Partner

0 commit comments

Comments
 (0)