We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
)The text was updated successfully, but these errors were encountered: