Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Finjector.Web/ClientApp/aspnetcore-https.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ if (!certificateName) {
process.exit(-1);
}


export const certFilePath = path.join(baseFolder, `${certificateName}.pem`);
export const keyFilePath = path.join(baseFolder, `${certificateName}.key`);

console.log(`If certificate expires, delete the files here for Certificate: ${certFilePath}`);

// make sure we don't do this in Azure DevOps environment
if (
process.env.VITEST_ENV !== "ci" &&
Expand Down