Pem File Usage In FTP Activities

How to use Pem (privacy enhanced mail) file as an input for the certificate file in UiPath FTP Activities ?

Resolution: Convert the ".PPK" to ".PEM" file and use the same file in UiPath FTP Activities with the given passphrase. Perform the below steps

  1. Open Puttygen and click on Load in the Actions section
1.png
  1. Select the PPK file
2.png
  1. The key will get imported as below
3.png
  1. Enter Key passphrase (password) and the same value in Confirm passphrase
  2. Then, go to the Conversions menu and select Export OpenSSH key
4.png
  1. Name the private key as xxxxx.pem (It should be a file ending with .pem extension) and save it
  2. Use the same pem file as an input for the certificate file in UiPath FTP Activities.