diff --git a/docs/node_tutorials/node_setup_identifiers.md b/docs/node_tutorials/node_setup_identifiers.md index 5fb58170..d94203ca 100644 --- a/docs/node_tutorials/node_setup_identifiers.md +++ b/docs/node_tutorials/node_setup_identifiers.md @@ -98,8 +98,9 @@ const DATABASE_FILE = 'database.sqlite' // You will need to get a project ID from infura https://www.infura.io const INFURA_PROJECT_ID = '' -// This will be the secret key for the KMS -const KMS_SECRET_KEY = ""; +// This will be the secret key for the KMS +const KMS_SECRET_KEY = + '< you can generate a key by running `npx @veramo/cli config create-secret-key` in a terminal>' ``` Initialise a database using TypeORM @@ -124,9 +125,7 @@ export const agent = createAgent