Key Generation
During the establishment of business relations with the DCM platform, the Bank must create a cryptographic key consisting of private and public parts.
The Bank's private key is used to sign all requests sent to the DCM platform.
The public key is provided to the DCM platform for verification of the received requests.
Procedure for Key Creation and Requirements for Public Key Format
Generate a key using an appropriate cryptographic tool.
Copy the public part of the key.
Open the key conversion application at https://jwkset.com/generate.
Paste the public key into the "PEM encoded key or certificate" field.
In the "Key ID" field, specify the
kid
value (one of the parameters of the private key).In the "Key algorithm" field, select "RS256".
In the "Key use" field, select "Signature".
Click the "Generate" button.
Copy the data from the "PEM Generation Results" field.
Place the obtained information in the "Bank Information" section of the Integration plan
Last updated