Skip to content

Commit

Permalink
fix: include sample certs for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgordon-switch-ev committed Jul 15, 2022
1 parent 3cdefcb commit 303ce9d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,11 @@ venv.bak/

.idea/*

# Generated X.509 certificates, private keys, and PKCS12 container files
# Generated X.509 certificates, private keys, and PKCS12 container files,
# except sample certs used in tests
*.pem
*.der
!tests/sample_certs/*.der
*.key
*.p12
iso15118/shared/pki/iso15118_2
Expand Down
Binary file added tests/sample_certs/contractLeafCert.der
Binary file not shown.
Binary file added tests/sample_certs/moRootCACert.der
Binary file not shown.
Binary file added tests/sample_certs/moSubCA1Cert.der
Binary file not shown.
Binary file added tests/sample_certs/moSubCA2Cert.der
Binary file not shown.

0 comments on commit 303ce9d

Please sign in to comment.