Re: Online Only Digital Signature
- From: Dominick Baier [DevelopMentor] <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 20 Mar 2006 19:57:55 +0000 (UTC)
not knowing every single makecert param - but the outputfile seems to be a .cer...
a cer is a public key with extra information
you need a private key to sign the manifest - as stated before, this is usually a .pfx file.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
I'm sorry I wasn't clear. I created my certificate file like so:
makecert -r -pe -a sha1 -n "CN=CompanyTest" -b 01/01/2000 -e
01/01/2036 -eku 1.3.6.1.5.5.7.3.3 -ss Name Name.cer
"Dominick Baier [DevelopMentor]"
<dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4580be631987a78c81a74170e4a67@xxxxxxxxxxxxxxxxxxxxx
After I created my certificate filewhat kind of file was that?
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
After I created my certificate file, I used the signed certifacte I
had installed in one of my stores as the signature certificate.
"Dominick Baier [DevelopMentor]"
<dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4580be631987a18c81a6da90e962a@xxxxxxxxxxxxxxxxxxxxx
you also have to sign the manifest - you need a private key for
that, usually packaged in a .pfx file.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
I am trying to deploy an application to our application server
using Clickonce. I was hoping not to have to install the
application on every Citrix server that our users access, but
utilize the Online Only function to actually run the application
from the application server. I have created a signature using
MAKECERT called name.cer and converted that to a name.spc. I then
took the name.spc and added the certificate to the "trusted Root
Certification Authorities" and the "Trusted Publishers" on one of
my Citrix servers. But whenever I try to execute the application
I still get the dialog box about the application being an unknown
publisher. I am trying to eliminate this from the user. Is there
something else I can do to publish the application to a server and
then execute it from there for any user that has access to the
application directory?
Thanks
.
- References:
- Re: Online Only Digital Signature
- From: James Pemberton
- Re: Online Only Digital Signature
- Prev by Date: Re: Online Only Digital Signature
- Next by Date: Re: Role based security flaw?
- Previous by thread: Re: Online Only Digital Signature
- Next by thread: Re: Online Only Digital Signature
- Index(es):
Relevant Pages
|