Re: Code Signing Question?
- From: "David Ching" <dc@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 5 Dec 2008 19:36:55 -0800
"AliR (VC++ MVP)" <AliR@xxxxxxxxxxxxx> wrote in message news:hIe_k.8972$Ei5.7865@xxxxxxxxxxxxxxxxxxxxxxx
Our program is typically installed on a network server and then users have shortcuts to the executables on the server machine.
Recently one of our customers (which are all schools) called and complained about the Security Warning dialog that is coming up on their system. "The publisher could not be verified. Are you sure you want to run this software?"
Now the only way I know to solve this is to apply for a certificate and sign our exes with it.
I wanted to know if anyone here has had to do that before, what should I look out for?
What happens when the certificate expires and I have to renew it, does it mean that I have to send out a new certificate file to every single customer?
Thanks
AliR.
Yes, I have seen this warning dialog when running my .exe's from network drives.
Yes, you need to apply for an Authenticode (Code Signing) certificate. I believe I got mine from Comodo. You should look out for the best price! I think I got a special of about $75 USD per year. When the cert expires, you won't be able to sign your .exe's with it anymore. Any previously signed ..exe's remain OK. You don't "send out" any cert to your customer. The cert is embedded into the .exe when it is signed.
-- David
.
- Follow-Ups:
- Re: Code Signing Question?
- From: Anthony Wieser
- Re: Code Signing Question?
- References:
- Code Signing Question?
- From: AliR \(VC++ MVP\)
- Code Signing Question?
- Prev by Date: how to use windows dll in linux program
- Next by Date: Re: how to use windows dll in linux program
- Previous by thread: Code Signing Question?
- Next by thread: Re: Code Signing Question?
- Index(es):
Relevant Pages
|