Redis TLS - is there a way to avoid saving private key to the file system?

Viewed 21

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?

0 Answers
Related