Skip to main content

Generate a secret key

To generate a secret key to be used for signing requests:

  1. Install OpenSSL, if not installed already.

  2. Open the terminal and run the following command:

    openssl rand -base64 32

    An example of a valid secret key could be: YJMxiTHVOkhE6Ky1qxqoUdALk1YTLAIYoMVc5FBsJlE=

  3. 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.

Additional information