Skip to content

Commit

Permalink
Merge pull request #171 from RotherOSS/issue-163-crypto_files_not_copied
Browse files Browse the repository at this point in the history
Issue #163: make exceptions for actually needed crypto files
  • Loading branch information
bschmalhofer authored Jul 9, 2020
2 parents b3a6b6c + c0a0d34 commit 85ead38
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 85ead38

Please sign in to comment.