Skip to content

Commit cd1d631

Browse files
authored
use latest testcert (#83)
old testcert no longer works https://www.bankid.com/en/utvecklare/test
1 parent 96cdd7e commit cd1d631

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

cert/FPTestcert4_20230629.p12

-2.91 KB
Binary file not shown.

cert/FPTestcert5_20240610.p12

2.91 KB
Binary file not shown.

src/bankid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ export class BankIdClient {
221221
this.options.pfx = path.resolve(
222222
__dirname,
223223
"../cert/",
224-
"FPTestcert4_20230629.p12",
224+
"FPTestcert5_20240610.p12",
225225
);
226226
}
227227

0 commit comments

Comments
 (0)