Open samongyr-sq opened 1 year ago
The --key option in RIOT v3.1.4 only works with PEM-formatted PKCS#8 private keys.
--key
It would be nice if it also allowed users to provide a PEM-formatted RSA key (like the --key option for redis-cli)
redis-cli
Hit that today, had to convert it with openssl:
openssl
openssl pkcs8 -topk8 -inform PEM -outform PEM -in rsa_private_key.pem -out pkcs8_private_key.pem -nocrypt
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 forredis-cli
)