Skip to content

Commit

Permalink
Using new test certs and removing old ones
Browse files Browse the repository at this point in the history
  • Loading branch information
hbldh committed Aug 23, 2024
1 parent 731e369 commit 8094c80
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 131 deletions.
Binary file removed bankid/certs/FPTestcert4_20220818.p12
Binary file not shown.
34 changes: 0 additions & 34 deletions bankid/certs/FPTestcert4_20220818_cert.pem

This file was deleted.

31 changes: 0 additions & 31 deletions bankid/certs/FPTestcert4_20220818_key.pem

This file was deleted.

Binary file removed bankid/certs/FPTestcert4_20230629.p12
Binary file not shown.
32 changes: 0 additions & 32 deletions bankid/certs/FPTestcert4_20230629_cert.pem

This file was deleted.

31 changes: 0 additions & 31 deletions bankid/certs/FPTestcert4_20230629_key.pem

This file was deleted.

6 changes: 3 additions & 3 deletions bankid/certs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@


def get_test_cert_p12() -> Path:
return (Path(__file__).parent / "FPTestcert4_20230629.p12").resolve()
return (Path(__file__).parent / "FPTestcert5_20240610.p12").resolve()


def get_test_cert_and_key() -> Tuple[Path, Path]:
return (
(Path(__file__).parent / "FPTestcert4_20230629_cert.pem").resolve(),
(Path(__file__).parent / "FPTestcert4_20230629_key.pem").resolve(),
(Path(__file__).parent / "FPTestcert5_20240610_cert.pem").resolve(),
(Path(__file__).parent / "FPTestcert5_20240610_key.pem").resolve(),
)

0 comments on commit 8094c80

Please sign in to comment.