mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 23:09:23 +02:00
Since go1.15, X.509 CommonName is deprecated, switch to a SANs certificate for test redis TLS. While at it, add instruction to genearte cert and build test image. See: https://golang.org/doc/go1.15#commonname
13 lines
161 B
Markdown
13 lines
161 B
Markdown
# Redis test server
|
|
|
|
## Genearte test certs
|
|
|
|
```sh
|
|
./create_test_cert.sh
|
|
```
|
|
|
|
## Build docker image
|
|
|
|
```sh
|
|
docker build -t gnouc/pomerium-redis-tls:latest .
|
|
```
|