But the certification cost almost $400 dollars a year!! I don't mind paying
more that that for something that I believe is worth it but $400 for a
certificate that takes the company probably no more than 5 minutes to issue
seems to me le a huge rip off!!
> Hi,
> well - you should care!
[quoted text clipped - 49 lines]
>>
>> Thanks
Dominick Baier [DevelopMentor] - 25 Jan 2006 19:51 GMT
Hi,
well you can use makecert or an internal CA...
but if your primary goal is to make this trust dialog go away - you will
need some certificate that your clients trust as well...
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> But the certification cost almost $400 dollars a year!! I don't mind
> paying more that that for something that I believe is worth it but
[quoted text clipped - 52 lines]
>>>
>>> Thanks
Dominick Baier [DevelopMentor] - 25 Jan 2006 19:53 GMT
Hi,
btw - i wrote 2 short articles on my blog about ClickOnce...
http://www.leastprivilege.com/CentrallyConfigureClickOnceTrustManager.aspx
http://www.leastprivilege.com/AutomaticDistributionOfAuthenticodeCertificates.aspx
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> But the certification cost almost $400 dollars a year!! I don't mind
> paying more that that for something that I believe is worth it but
[quoted text clipped - 52 lines]
>>>
>>> Thanks
Dominick Baier [DevelopMentor] - 25 Jan 2006 19:54 GMT
oops - and this
http://www.leastprivilege.com/W2K3CAAndCodeSigningCertificates.aspx
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> But the certification cost almost $400 dollars a year!! I don't mind
> paying more that that for something that I believe is worth it but
[quoted text clipped - 52 lines]
>>>
>>> Thanks
Nicole Calinoiu - 25 Jan 2006 20:08 GMT
> But the certification cost almost $400 dollars a year!!
There are some commercial CAs that offer code signing certificates for
considerably lower cost. If you're shopping around for alternate CAs, the
list of trusted CAs that can be displayed from your Internet Explorer
options dialog isn't a bad place to start...
> I don't mind paying more that that for something that I believe is worth
> it but $400 for a certificate that takes the company probably no more than
> 5 minutes to issue seems to me le a huge rip off!!
CAs do more than just issue certificates. Besides validating that
purchasers are indeed who they claim to be (which usually takes more than 5
minutes <g>), they are also responsible for things like maintaining accurate
and accessible certificate revocation lists (which must remain accessible
for rapid download even under very heavy demand) and handling complaints
from consumers of issued certificates. None of this is particularly cheap
and, while I'd agree that 400$/yr is probably a bit over the top, the prices
offered by some of the CAs do seem relatively reasonable to me.
>> Hi,
>> well - you should care!
[quoted text clipped - 49 lines]
>>>
>>> Thanks
Rene - 26 Jan 2006 01:57 GMT
Thank you all. I found a company offering certificates for $79 dollars a
year. I still think this is too much, I was thinking that $25 bucks would be
fair, anyone know of a cheaper company than the one found on he link below?
http://www.instantssl.com/
Thank you.
> But the certification cost almost $400 dollars a year!! I don't mind
> paying more that that for something that I believe is worth it but $400
[quoted text clipped - 54 lines]
>>>
>>> Thanks
Joe Kaplan (MVP - ADSI) - 26 Jan 2006 03:29 GMT
I think you need code signing, so that would be their $99 option. You can't
use a standard SSL cert for code signing.
However, $99 is still pretty cheap. It obviously is more than you want to
pay, but low by the going rate.
Remember too that if you can distribute trusted roots to your clients, you
can create your own certificates for free. The public CA mainly gives you
the pre-installed trusted root.
Joe K.
> Thank you all. I found a company offering certificates for $79 dollars a
> year. I still think this is too much, I was thinking that $25 bucks would
[quoted text clipped - 63 lines]
>>>>
>>>> Thanks
Rene - 26 Jan 2006 04:51 GMT
Damn, I am still kind of confused with this certificates thing:
Is the "code signing" certificate to make sure people don't tamper my files
and the "SSL certificate" to make sure that the communication between my
site and the people logging on is encrypted and that the key use to encrypt
the information is really my key?
Also, what would happen if I post my ClickOnce files to an Internet server
and the files where singed with the temporary certificate issued by Visual
Studio (pfx). Will my user not be able to download them or are they just
going to see a warning message?
>I think you need code signing, so that would be their $99 option. You
>can't use a standard SSL cert for code signing.
[quoted text clipped - 75 lines]
>>>>>
>>>>> Thanks
Dominick Baier [DevelopMentor] - 26 Jan 2006 06:29 GMT
Hi,
"Code Signing", "Server Authentication" intended purposes etc are just strings
emebedded in the cert - for ClickOnce you need a cert with the purpose of
"Code Signing".
Technically they are all the same.
With the default settings users will get a warning. They will be able to
download it. But as i said, these are just the defaults. I recommend changing
them to every company is speak to.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> Damn, I am still kind of confused with this certificates thing:
>
[quoted text clipped - 87 lines]
>>>>>>
>>>>>> Thanks