boulder/test/wfe-tls
Jacob Hoffman-Andrews c1d221abe6
Add Redis to Boulder's docker-compose (#5747)
This gets us ready to add writing to Redis from ocsp-updater. The Go
redis client requires different configuration for cluster operation
than non-cluster, so we need to simulate a cluster in our integration
environment. Cluster operation requires a manual initialization step,
which you can do like so:

```
docker-compose up -d bredis docker-compose exec bredis bash
/test/redis-create.sh
```

I still need to figure out how to make that happen automatically during
integration tests and when you run docker-compose up.

The hex values in redis.config are randomly generated passwords for the
different users.

Fixes #5723
2021-10-28 10:36:11 -07:00
..
boulder Fix issuerCert in test configs. (#3310) 2018-01-09 07:56:39 -05:00
README Add Redis to Boulder's docker-compose (#5747) 2021-10-28 10:36:11 -07:00
minica-key.pem Fix issuerCert in test configs. (#3310) 2018-01-09 07:56:39 -05:00
minica.pem Fix issuerCert in test configs. (#3310) 2018-01-09 07:56:39 -05:00

README

This directory contains the minica hierarchy used to produce certificates for
Redis to use in integration tests, and for boulder to authenticate to Redis.

See boulder/test/PKI.md