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
4 lines
64 B
Text
4 lines
64 B
Text
[req]
|
|
distinguished_name=req
|
|
[san]
|
|
subjectAltName=DNS:localhost
|