Generating custom ClickOnce certificate

This command line generates custom click once certificate with 100y expiry. When wizard appears you can choose if you want password or not.
makecert.exe -sv TestCertificate.pvk -n "CN=TestCertificate" -b 01/01/2000 -e 01/01/2099 TestCertificate.cer
pvk2pfx.exe -pvk TestCertificate.pvk -spc TestCertificate.cer

Comments

  1. Thanks a lot for informing about good, useful info. It must to know that outsource software development company could help in your business by installing custom development software applications.

    ReplyDelete

Post a Comment

Popular posts from this blog

Parse XML to dynamic object in C#

C# Updating GUI from different thread