Home All Groups Group Topic Archive Search About

ClickOnce Software Publisher Certficate

Author
2 May 2006 3:06 PM
Andy
HI all,

I'm trying to create a certificate to use to sign applications which are
only deployed internally.

I installed Certificate Authority on our Win2k3 Standard OS.  I can create a
code signing certificate request and issue it, but the problem is that if I
use that certificate, the Publisher for ClickOnce has my name in it, when I
need to have the name of the company as the publisher. 

What am I doing wrong?

Thanks
Andy

Author
3 May 2006 12:02 PM
Anders Elm=e9n
Hello Andy,

Take a look in the MSDN documentation. You'll find the makecert tool.

makecert -sk XYZ -n "CN=XYZ Company" testXYZ.cer

regards,
Anders Elmén



Show quote
> HI all,
>
> I'm trying to create a certificate to use to sign applications which
> are only deployed internally.
>
> I installed Certificate Authority on our Win2k3 Standard OS.  I can
> create a code signing certificate request and issue it, but the
> problem is that if I use that certificate, the Publisher for ClickOnce
> has my name in it, when I need to have the name of the company as the
> publisher.
>
> What am I doing wrong?
>
> Thanks
> Andy
Author
3 May 2006 12:13 PM
Andy
"Anders Elmén" wrote:

> Hello Andy,
>
> Take a look in the MSDN documentation. You'll find the makecert tool.
>
> makecert -sk XYZ -n "CN=XYZ Company" testXYZ.cer

I did look at that, but it didn't procedue anything I could send to our CA
to be signed.

I did figure out how to do what I wanted; install the CA as a Standalone
instead of Enterprise CA.

Thanks though.
Andy

AddThis Social Bookmark Button