Convert PEM to PPK file format

Use PuTTYGen Creating and Using SSH Keys Overview vCloud Express now has the ability to create SSH Keys for Linux servers. This function will allow the user to create multiple custom keys by selecting the “My Account/Key Management” option. Once the key has been created the user will be required to select the desired SSH Key … Read more

Converting pfx to pem using openssl

You can use the OpenSSL Command line tool. The following commands should do the trick If you want your file to be password protected etc, then there are additional options. You can read the entire documentation here.