What Private Key Format is Supported?

Some users encountered an error when importing a private key into iTerminal. Please note that only RSA private key is currently supported. If you have the other format (which starts with "BEGIN PRIVATE KEY" instead of "BEGIN RSA PRIVATE KEY"), please first convert it into a RSA key format. 

You can use the command line to convert the key format:

openssl rsa -in key_old.pem -out key_new.pem

Still need help? Contact Us Contact Us