mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-04 04:46:01 +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 |
||
---|---|---|
.. | ||
tls | ||
create_test_cert.sh | ||
Dockerfile | ||
README.md |
Redis test server
Genearte test certs
./create_test_cert.sh
Build docker image
docker build -t gnouc/pomerium-redis-tls:latest .