Skip to content

Commit

Permalink
Issue #163: make exceptions for actually needed crypto files
Browse files Browse the repository at this point in the history
Being overly cautious has it's price.
  • Loading branch information
bschmalhofer committed Jul 9, 2020
1 parent b3a6b6c commit c0a0d34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ var/tmp/
# in case somebody generated keys or certificates
**/*.cert
**/*.crt
!scripts/test/sample/SMIME/SMIME*.crt
**/*.csr
**/*.key
!scripts/test/sample/SMIME/SMIME*.key
**/*.pem
!Kernel/cpan-lib/Mozilla/CA/cacert.pem
!scripts/test/sample/SMIME/SMIME*.pem
!scripts/test/sample/SSL/*.pem
**/*.chain

0 comments on commit c0a0d34

Please sign in to comment.