Skip to content

Commit

Permalink
UPDATE TLS certificate for test environment (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepf authored Jul 14, 2023
1 parent 5fa7381 commit 21bdf74
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed cert/FPTestcert4_20220818.p12
Binary file not shown.
Binary file added cert/FPTestcert4_20230629.p12
Binary file not shown.
2 changes: 1 addition & 1 deletion src/bankid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export class BankIdClient {
this.options.pfx = path.resolve(
__dirname,
"../cert/",
"FPTestcert4_20220818.p12",
"FPTestcert4_20230629.p12",
);
}

Expand Down

0 comments on commit 21bdf74

Please sign in to comment.