hoverfly-java icon indicating copy to clipboard operation
hoverfly-java copied to clipboard

The exe files is not signed

Open joros11 opened this issue 5 years ago • 2 comments

I cant use hoverfly since the company uses a whitelist of exe-files. When I started the process of whitelisting it I noticed that the exe-files that is extracted from the jar and the hoverflyctl. is not signed and contains no details about the exe-files. This makes it impossible to whitelist hoverfly in a secure way.

I would like the exe files inside the jar to be signed by a certificate and the details populated, it can be self signed since anything is better than nothing.

joros11 avatar Nov 19 '19 08:11 joros11

Do you think using this tool will do the job? https://docs.microsoft.com/en-us/windows/win32/seccrypto/signtool

tommysitu avatar Nov 19 '19 19:11 tommysitu

Yes, signing the files with that tool will work fine.

joros11 avatar Nov 20 '19 07:11 joros11