mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-29 14:39:40 +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
161 B
161 B
Redis test server
Genearte test certs
./create_test_cert.sh
Build docker image
docker build -t gnouc/pomerium-redis-tls:latest .