[Resolved] Error signing a package
Published: May 2, 2019 - 12:37
Hi,
In order to manage the uninstallation of software not deployed by WAPT, I'm trying to create an empty package to accomplish this task.
The problem is that using the `build-upload` command (and the `build package` command as well) returns an error after prompting for the private key password.
The password is correct, but it contains special characters: hyphens and accented characters.
I've tried using the command prompt, PowerShell, and logging in as a local administrator on the machine... nothing works.
The error message is: FATAL ERROR: EWaptMissingPrivateKey: The key matching the certificate C:\private\xxx.crt cannot be found or decrypted.
I've tested via the console, using an .msi file, and the package is correctly signed and lands successfully in my repository.
Do you know if the problem could stem from the use of special characters?
Do you have a workaround?
Thanks
In order to manage the uninstallation of software not deployed by WAPT, I'm trying to create an empty package to accomplish this task.
The problem is that using the `build-upload` command (and the `build package` command as well) returns an error after prompting for the private key password.
The password is correct, but it contains special characters: hyphens and accented characters.
I've tried using the command prompt, PowerShell, and logging in as a local administrator on the machine... nothing works.
The error message is: FATAL ERROR: EWaptMissingPrivateKey: The key matching the certificate C:\private\xxx.crt cannot be found or decrypted.
I've tested via the console, using an .msi file, and the package is correctly signed and lands successfully in my repository.
Do you know if the problem could stem from the use of special characters?
Do you have a workaround?
Thanks