Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 101eb49

Browse files
committed
fixes bullet points
1 parent a71a564 commit 101eb49

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/targets/salesforce.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ This event Target receives [CloudEvents][ce] and invokes a Salesforce endpoint.
88

99
Salesforce target uses [OAuth JWT credentials][salesforce-oauth-jwt] for service authentication.
1010

11-
1. First, you will need to generate an X509 certificate for signing and verifying requests.
12-
We will be using `OpenSSL` but any other certificate generation tool should work.
11+
* First, you will need to generate an X509 certificate for signing and verifying requests. We will be using `OpenSSL` but any other certificate generation tool should work.
1312

1413
```sh
1514
openssl req -x509 -sha256 -nodes -days 36500 -newkey rsa:2048 -keyout tm-sf.key -out tm-sf.crt
1615
```
1716

18-
2. At Salesforce site select `Setup > Apps > App Manager`, click on `New Connected App`.
17+
* At Salesforce site select `Setup > Apps > App Manager`, click on `New Connected App`.
1918

2019
- Fill in mandatory fields, then click `Enable OAuth Settings`.
2120
- A callback URL is mandatory but can be filled with any HTTPS data.
@@ -37,11 +36,11 @@ openssl req -x509 -sha256 -nodes -days 36500 -newkey rsa:2048 -keyout tm-sf.key
3736
- Add permissions on the data this user will have access to.
3837
- Save.
3938

40-
3. Retrieve OAuth data to configure Triggermesh Target.
39+
* Retrieve OAuth data to configure Triggermesh Target.
4140

42-
- Select the Connected App from the list and at the click on `View`.
43-
- Copy `Consumer Key`
44-
- Reveal and copy `Consumer Secret`
41+
- Select the Connected App from the list and at the click on `View`.
42+
- Copy `Consumer Key`.
43+
- Reveal and copy `Consumer Secret`.
4544

4645
### Certificate Key Secret
4746

0 commit comments

Comments
 (0)