redis / riot

🧨 Get data in & out of Redis with RIOT
http://redis.github.io/riot
Apache License 2.0
279 stars 39 forks source link

feature request: extend --key option #126

Open samongyr-sq opened 1 year ago

samongyr-sq commented 1 year ago

The --key option in RIOT v3.1.4 only works with PEM-formatted PKCS#8 private keys.

It would be nice if it also allowed users to provide a PEM-formatted RSA key (like the --key option for redis-cli)

sobrinho commented 2 weeks ago

Hit that today, had to convert it with openssl:

openssl pkcs8 -topk8 -inform PEM -outform PEM -in rsa_private_key.pem -out pkcs8_private_key.pem -nocrypt