Create JSON Web Key (JWK)
To create JSON Web Signature (JWS) you need to create the signing certificate public and private key and then share public key with the AA.
You need to give the public key in the Certificate field when creating your FIU entity at the central registry aacommons portal. Refer - Create FIU Entity
Steps to create the signature keys.
Open https://mkjwk.org/ - This is an online JSON Web Key generator
Use RSA (encryption algorithm)
Key Size = 2048
Key Use = Signature
Algorithm = RS256
Key ID = Unique UUID (Use online UUID Generator to create an UUID)
Click generate to create the Public and Private Key
You will get 3 JSON objects.
Public and Private Keypair
Keep this confidential and share this with your developer.
Public and Private Keypair Set
Keep this confidential and share this with your developer.
Public Key
Use this public key in the Certificate field when creating the FIU entity
Last updated