Hi there,
I have CompleteFtp Version 7.1.0 and i want to import certificat but i have this error:
Error: The public key of the certificate does not match the value specified.
System.Security.Cryptography.CryptographicUnexpectedOperationException: The public key of the certificate does not match the value specified.
What i made before:
- 1st step select the certificat.pfx
- 2nd step convert the certificat.pfx file to an unencrypted PEM file
openssl pkcs12 -in certificat.pfx -nocerts -nodes -out Key.pem
-3rd step convert PEM file to PVK file
pvk -in key.pem -out key.pvk -topvk
-4th step run the app and import the certificat.pfx and after the import the key.pvk
Please, Any ideas on how I can resolve this issue ?
Thks