Help Center> Data Encryption Workshop> FAQs> KPS Related> How Do I Convert the Format of a Private Key File?
Updated on 2023-02-03 GMT+08:00

How Do I Convert the Format of a Private Key File?

Converting the Private Key File in the .ppk Format to the .pem Format

The private key to be uploaded or copied to the text box must be in the .pem format. If the file is in the .ppk format, perform the following steps:

  1. Visit the following website and download PuTTY and PuTTYgen:

    http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

    PuTTYgen is a private key generator, which is used to create a key pair that consists of a public key and a private key for PuTTY.

  2. Double-click PuTTYGEN.exe. The PuTTY Key Generator page is displayed, as shown in Figure 1.

    Figure 1 PuTTY Key Generator

  3. Choose Conversions > Import Key to import the private key file in the .ppk format.
  4. Choose Conversions > Export OpenSSH Key, the PuTTYgen Warning dialog box is displayed.
  5. Click Yes to save the file in the .pem format.

Converting the Private Key File in the .pem Format to the .ppk Format

When you use PuTTY to log in to a Linux ECS, the private key must be in the .ppk format. If the file is in .pem format, perform the following steps to covert its format:

  1. Visit the following website and download PuTTY and PuTTYgen:

    http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

    PuTTYgen is a private key generator, which is used to create a key pair that consists of a public key and a private key for PuTTY.

  2. Double-click PuTTYgen.exe. The PuTTY Key Generator window is displayed.
  3. In the Actions area, click Load and import the private key file that you stored when purchasing the ECS.

    Ensure that the private key file format is included in All files (*.*).

  4. Click Save private key.
  5. Save the converted private key, for example, kp-123.ppk, to a local directory.

KPS Related FAQs

more