When a certificate expires, what options are available?
- use an internal certificate authority where you can renew a
certificate with the same private key
- delete the clickonce cache from each computer
- any others?
Background:
The ClickOnce technology requires every application update to be
signed using the same private key. When a certificate expires most CAs
like Verisign and Comodo will generate a new private key with the
renewed certificate. ClickOnce will throw up an error when this occurs
and will not download the update.
http://groups.google.com/group/microsoft.public.dotnet.framework.windowsforms/browse_thread/thread/64a15850347c32df/3b85d27a8b28c451?lnk=st&q=certificate+clickonce+linda+liu+expired
Thanks,
Brian