Explore more
Connections
Certificates and keys
2min
There are two ways of inserting a key or certificate.
There are two ways of inserting a key or certificate.
You need the file that contains RSA PRIVATE KEY.
Copy your key from the file. It should begin and end like this: -----BEGIN RSA PRIVATE KEY-----
.....
-----END RSA PRIVATE KEY-----
Paste the key directly in the following field:
OPENSSH PRIVATE KEY is not supported. This has to be converted using the following command in Terminal: ssh-keygen -p -m PEM -f <pathToTheKey>. For Windows, you can use the PuTTy key generator.
You can extract a Private Key or Certificate using our key extraction function. This function also allows you to extract the key from encrypted files.
The supported file formats are P12, PFX, and PEM.
You can extract either the private key or the certificate. Select the type of information you want to extract from the file in the Extract field.
For example, when you create a Linux Based EC2 instance on AWS, you receive the login credentials in the PEM file:
The file contains the private key that is used to connect to the instance.
Go to the module's Create a connection dialog and click the Extract button in Advanced Settings.
In the Extract dialog, select the Private Key option to extract the private key from the provided file.
Click the Choose Files button, browse and Open the desired file.
Enter the password to the respective field, if needed.
Click Save.
The private key has been exported from your file and will be used to connect to the desired service.