In my redis.conf I can specify this to run Redis w TLS
tls-cert-file "redis.crt"
tls-key-file "redis.key"
Is there a way I can avoid saving certs to file and perhaps use a keystore? Or would a RAM drive work? Has anyone done something like this?
In my redis.conf I can specify this to run Redis w TLS
tls-cert-file "redis.crt"
tls-key-file "redis.key"
Is there a way I can avoid saving certs to file and perhaps use a keystore? Or would a RAM drive work? Has anyone done something like this?