Forum > Windows

Certifying windows executables?

<< < (2/9) > >>

skalogryz:

--- Quote from: Thaddy on September 29, 2021, 08:55:14 pm --- Well $500 is a bit expensive.
--- End quote ---
Comodo Ev (i think one of the cheapest)
$399 per year for Ev, without a promotion.

Digicert $699 per year for Ev.

¯\_(ツ)_/¯


--- Quote from: Thaddy on September 29, 2021, 08:55:14 pm ---Depends on country it seems.
--- End quote ---
No matter what the country is, we all live in the same digital space :)


--- Quote from: Thaddy on September 29, 2021, 08:55:14 pm ---Once an application is signed it needs no further renewals. Signed is signed and will stay "forever".
--- End quote ---
Only if the app is signed with the timestamp (which is acquired via the proper certified server. Such server is usually provided by the party that issues the certificate).
Otherwise the signature expires as well.

Obviously everyone is using a timestamped signing.

Michael Collier:
If I do..

Menu->Project->Codesign Project->Attach code signature to executable

I get message..

Error: Unable to find signing executable !

Not surprising, because at this stage I haven't configured anything, but I can't seem to find anywhere to set a path to signtool.exe on my hard drive.

It was already on my drive at this location..
C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool\signtool.exe

I don't have same configuration options as the image on designers website here:
https://www.ccrdude.net/LazCodeSigningHelper/ide-options.png

Any ideas?

skalogryz:

--- Quote from: Michael Collier on September 29, 2021, 10:28:35 pm ---Any ideas?

--- End quote ---
try to use signtool from commandline

A bit off-topic. So, far the only need of automated signing in IDE is only needed if the security settings prevent starting unsigned executables.
Signging is usually needed when it's time to make a release or deploy the app elsewhere.

Michael Collier:
Thanks,

signtool.exe runs from the command line, it gives expected errors that certificates were not found..

SignTool Error: No certificates were found that met all the given criteria.

But isn't signtool.exe supposed to be fired from within the IDE -and give certificate errors from there?

skalogryz:

--- Quote from: Michael Collier on September 29, 2021, 10:41:39 pm ---But isn't signtool.exe supposed to be fired from within the IDE -and give certificate errors from there?

--- End quote ---
I'd think it is supposed to do that... but doesn't do it for some reason.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version