Skip to content

Commit

Permalink
limitador-server/sandbox/redis-tls/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Dec 12, 2023
1 parent 6f6de1d commit 1232300
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions limitador-server/sandbox/redis-tls/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Testing redis security

Execute bash shell in redis pod

```
docker compose -p sandbox exec redis /bin/bash
```

Connect to this Redis server with redis-cli:

```
root@e024a29b74ba:/data# redis-cli --tls --cacert /usr/local/etc/redis/certs/ca.crt -a foobared
```

0 comments on commit 1232300

Please sign in to comment.