Jun 11, 2021
Hi Edmund,
Use base64 encoded version of private key as a variable inside “cookieSign.js" and inside the code, decode it and pass it as the private key value,
let b64string = "copy and paste base64 encoded version of your private key";
let privateKey = Buffer.from(b64string, 'base64');