Generating DOA Keys
In order to use DOA, you need to pass the base64 encoded private key. Here is how you generate your private key:
Generate the PEM Key
Using Passport SDK
Install passport-scope-cli
Run the generate key command
Post this, your private key file will be created in the same directory with name passport_priv.der
Using OpenSSL
Base64 encode the Key
And you are done, you may copy this value directly to your environment variable
Last updated