Well, I created a "Security Certificate" a year ago because the "ClickOnce Manifests" stated complaining about my not having one. It turns out that this thing only works for a year and I now can't publish my applications anymore.
I could simply make a new certificate, but presumably this will only put the problem off for another year.
Is there some page that explains the hows, whys and wherefores of ClickOnce signing certificates?
I've found
this page , which may or may not even be relevant, but is something about how to make some kind of certificate of some kind.
I've found some pages claiming that in VS2008, I don't even need to use these things; but if I don't use them, everything starts complaining.
I can find buttons in the VS2008 interface to create and "install" certificates, but not to configure or paramterise them; I can find out that they're "a digitally-signed statement that binds the value of a public key to the identity of the person, device, or service that holds the corresponding private key", but I can't find out what that means, nor why I'm supposed to have one inside my projects, how I'm supposed to make it, what it's supposed to
say , what I'm supposed to
do with it or anything that I would call useful or relevant data about why the silly things appear to be a required element of my ClickOnce projects.
Anyone got any advice?