Published
- 1 min read
convert pem to private key openssl
The solution for this is noted below
convert pem to private key openssl
Solution
openssl rsa -outform der -in private.pem -out private.key
Try other methods by searching on the site. That is if this doesn’t work