When trying to publish an update of a click once application today, I found that the certificate we have been using since I started this job, had expired since the last publish. It appears that it was created through the signing tab in visual studio by clicking the "Select From Store" button. Here is the information I see for the old key:
Issued ToDOMAIN\user1
Issued By DOMAIN\user1
Intended Purpose <All>
Expiration Date 8/31/2007 2:19:13 PM
If I click the "Select From Store" button, I see the same type of certificate except it is my user name instead of user1's user name. If I publish with my certificate, the application is then considered different so it would require everyone to re-install it. Since the certificate is good for a year, they would then have fo re-install every year. How can I re-new the certificate we have been using and set the expiration date? How do we share the certificate between developers? We're using sourcesafe to manage the code. Our senior developer was just let go so I'm a little lost. Thanks.