Link to home
Start Free TrialLog in
Avatar of HPFE455
HPFE455Flag for United States of America

asked on

How to code sign applications using .pem file on Linux

I need to sign my application(dll, exe) using  the digital certificate. The certificate format is .pem.

My Setup build machine is on Linux. The certificate request also generated on Linux.

My build/Setup environment:

1. DLLs and EXEs are build on two different machines for Win32 bit and win64 bit. Both 32 bit and 64 bit built dll and Exes need to be signed,
2. DLLs and EXEs will be copied to the Linux machine
3. The setup.exe is built on Linux machine. This need to be signed.
 


Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of btan
btan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of btan
btan

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of HPFE455

ASKER

we need to pass the private key also.