Generate a secret key
To generate a secret key to be used for signing requests:
Install OpenSSL, if not installed already.
Open the terminal and run the following command:
openssl rand -base64 32
An example of a valid secret key could be:
YJMxiTHVOkhE6Ky1qxqoUdALk1YTLAIYoMVc5FBsJlE=
Share the secret key with us using the passfort_partners@moodys.com email.
Warning
Do not use the secret key from this example. It's for illustrative purposes only and should not be used in your integration. Always generate a new secret key for each integration.