Skip to content

Commit dc6346f

Browse files
authored
Update signature-verification.md
1 parent 8a52368 commit dc6346f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/webhooks/signature-verification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To verify the signature in the App Builder action, set the `raw-http` annotation
8888
raw-http: true
8989
```
9090
91-
Store the public key in the `PUBLIC_KEY` parameter in the `.env` file in the same format as provided in the Adobe Commerce admin UI:
91+
Store the public key in the `PUBLIC_KEY` parameter in the `.env` file using the same format as provided in the Adobe Commerce Admin:
9292

9393
```env
9494
# Other secrets and configuration
@@ -105,9 +105,9 @@ PwIDAQAB
105105
-----END PUBLIC KEY-----"
106106
```
107107

108-
**Note:** The `.env` file should not be committed to version control.
108+
**Note:** Do not commit the `.env` file to version control.
109109

110-
More information on [.env file usage](https://developer.adobe.com/app-builder/docs/guides/configuration/#env).
110+
[App Builder Configuration Files](https://developer.adobe.com/app-builder/docs/guides/configuration/#env) describes `.env` file usage in detail.
111111

112112
The following code example below shows how the signature can be verified in the App Builder action:
113113

0 commit comments

Comments
 (0)