Skip to content

Commit

Permalink
Merge pull request #167 from bunq/add-certificate-generation-tip
Browse files Browse the repository at this point in the history
Update DESCRIPTION.md
  • Loading branch information
nickvandegroes authored Sep 24, 2020
2 parents 2d417b4 + fa9543b commit 8a2a7b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ Using a Wildcard API Key gives you the freedom to make API calls from any IP add

As a service provider, either an Account Information Service Provider (AISP) or Payment Initiation Service Provider (PISP), you have obtained or are planning to obtain a licence from your local supervisor. You will need your unique eIDAS certificate number to start using the PSD2-compliant bunq API on production.

We accept pseudo certificates in the sandbox environment so you could test the flow. You can generate a test certificate using this command:
We accept pseudo certificates in the sandbox environment so you could test the flow. You can generate a test certificate using the command below.

⚠️ Make sure to include AISP and/or PISP in the name to generate a certificate with the roles.

```
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes -subj '/CN=My App PISP AISP/C=NL'
```
Expand Down

0 comments on commit 8a2a7b5

Please sign in to comment.