addd some stuff

This commit is contained in:
Donavon McDowell 2024-12-10 21:13:59 -07:00
parent ab8c478567
commit c9b7dec08d
3 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const msal = require('@azure/msal-node');
// Please see "Certificates and Secrets" (https://learn.microsoft.com/azure/active-directory/develop/security-best-practices-for-app-registration#certificates-and-secrets)
// for more information.
const privateKeySource = fs.readFileSync('./certs/example.key');
const privateKeySource = fs.readFileSync('../certs/example.key');
const privateKeyObject = crypto.createPrivateKey({
key: privateKeySource,

0
frontend/env.locals Normal file
View File