c# - How to sign a ClickOnce application -
i have clickonce application built client, , need trusted publisher. how go acquiring authenticode certificate , sign application it? when application launched, it's trusted publisher?
how install certificate? have install on development server or matter install it?
how whole process work? don't want spend 3-5 hundred dollars on certificate, , install wrong , out of luck.
are there tutorials on purchasing , installing certificate , signing clickonce application?
i went through process. certificate not expensive - got code-signing certificate http://startssl.com - , $100 or in total (and wild-card domain certificate website well).
after have certificate, follow faq howto: code signing how-to* sign code (binaries).
after that, have go project properties -> signing , upload certificate there (it's clickonce). can skip code signing though , sign clickonce only.
clickonce requires certificate code signing, , others not work, see clickonce deployment , authenticode :
for clickonce applications, must have authenticode certificate valid code signing; if attempt sign clickonce application type of certificate, such digital e-mail certificate, not work.
i did research while ago - , startssl cheapest solution. had positive experiences them.
Comments
Post a Comment