Skip to content

Commit

Permalink
chmod to permission generated keys (#142)
Browse files Browse the repository at this point in the history
* chmod to permission generated keys

Co-authored-by: Guy Korland <gkorland@gmail.com>
  • Loading branch information
chayim and gkorland authored Mar 30, 2022
1 parent 0fa9925 commit 7a5af81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- run:
name: Run Examples
command: |
sudo chmod a+r redis/tests/tls/*
make examples TLS_CERT=redis/tests/tls/redis.crt \
TLS_KEY=redis/tests/tls/redis.key \
TLS_CACERT=redis/tests/tls/ca.crt
Expand Down

0 comments on commit 7a5af81

Please sign in to comment.