-private key : paste from -----BEGIN PRIVATE KEY----- ..... \n-----END PRIVATE KEY-----\n
-basically everthing inside the string besides the ""
after that, just put this when importing the key
.replace(/\n/g, '\n');
then i believe the file would not be corrupt !