You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61-11Lines changed: 61 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
# Settle Request Generator
2
-
This small utility can be used to help with testing the `KEY` authentication method for integration with the Settle API. It generates the correct headers for a signed request using the request parameters and a private key.
2
+
3
+
This small utility can be used to help with testing the `KEY` authentication method for integration with the Settle API. It generates the correct headers for a signed request using the request parameters and a private key.
Please visit the [Settle API documentation](https://developer.settle.eu/authentication.html) for more information on the two types of authentication, `SECRET` and `KEY`.
10
+
11
+
Please visit the [Settle API documentation](https://developer.settle.eu/authentication.html) for more information on the two types of authentication, `SECRET` and `KEY`.
10
12
11
13
The api credentials are managed in the [Settle Business portal](https://business.settle.eu/) (a [sandbox version](https://business.sandbox.settle.eu/) is also available) under the *Integration* tab.
12
14
@@ -15,6 +17,7 @@ To get started you can just let Settle generate the key-pair for you, but please
15
17
You can also generate your own key and just upload the public part to Settle.
16
18
17
19
### Generate RSA private key
20
+
18
21
```bash
19
22
openssl genrsa -des -out private.pem 2048
20
23
```
@@ -25,22 +28,24 @@ You'll have to to enter a passphrase. Under appropriate conditions (noninteracti
0 commit comments