How to use Pem (privacy enhanced mail) file as an input for the certificate file in UiPath FTP Activities?
The FTP Scope activity accepts only .pem files in the Client Certificate File property. A .ppk file can be converted into .pem by following the below steps.
- Open Puttygen (install it, if not available on the computer) and click on Load in the Actions section:
- Select the PPK file:
- The key will get imported:
- Enter Key passphrase (password) and the same value in Confirm passphrase.
- Go to the Conversions menu and select Export OpenSSH key:
- Name the private key as xxxxx.pem (It should be a file ending with .pem extension) and save it.
- Use the same pem file as an input for the certificate file in UiPath FTP Activities.