Can you verify that your private key begins with -----BEGIN RSA PRIVATE KEY-----?
You can also verify your private key format using:
openssl rsa -in path/to/rsa-private.pem -check
Hello,
I have the same problem here. My key start with -----BEGIN PUBLIC KEY-----
@george-norris-salesforce Did you ever solve your problem and if so, how?
Had to put it all on one line, seperated by /n and remove all blank spaces
I had the same issue and none of the answers given here or else where did not work. Finally I found out that one of the '-' in -----BEGIN RSA KEY----- was missing. There need to 5 dashes exactly.
Most helpful comment
Had to put it all on one line, seperated by
/nand remove all blank spaces