Skip to content

Commit

Permalink
Merge pull request #49 from anyfin/chore/update-cert
Browse files Browse the repository at this point in the history
update certificates
  • Loading branch information
awesome-button authored Sep 6, 2022
2 parents 037ca01 + c37cd7d commit e8a2f5b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed cert/FPTestcert3_20200618.p12
Binary file not shown.
Binary file added cert/FPTestcert4_20220818.p12
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bankid",
"authentication"
],
"version": "3.1.0",
"version": "3.1.1",
"main": "lib/bankid.js",
"repository": {
"type": "git",
Expand Down
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/",
"FPTestcert3_20200618.p12",
"FPTestcert4_20220818.p12",
);
}

Expand Down

0 comments on commit e8a2f5b

Please sign in to comment.