Re: X509 Certificate Help
- From: "syed javid" <syedjavid@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 1 Sep 2005 05:08:04 -0700
Thanks for reply,
I just want to clear it again you mean if i have client.PFX and Server.CER.
I have to install client.pfx at both client and server side and
server.cer should be install at Server side only.
If this is not right,please explain me uing this two files Client.PFX and
Server.CER How should i install at Client and Server sides.
"Pablo Cibraro" wrote:
> Hi,
> You also need to install the private key on the server (Server.PFX instead
> of Server.CER) because you need it to do encryption operations.
> WSE uses X509 keys in the following way:
>
> Signature -> Client uses private key to sign the message - Server uses
> public key to verify the signature
> Encryption -> Client uses public key to encrypt the message -> Server uses
> the private key to decrypt the message
>
> I hope this can help you
> Regards,
> Pablo Cibraro
> www.lagash.com
>
> "syed javid" <syedjavid@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:D8B3E452-B565-4473-A186-E83DF58375AA@xxxxxxxxxxxxxxxx
> > The Cert is in Personal Store and the Web Service is running under Domain
> > Administrator account also the cert accessable to ASPNET Account and
> > Domain
> > Admin.
> > Still the same exception.
> >
> > "Marvin Smit" wrote:
> >
> >> Hi,
> >>
> >> Which account is requesting the cert? And is the cert in the Computer
> >> or Personal store?
> >>
> >> Hope this helps,
> >>
> >> Marvin Smit.
> >>
> >> On Wed, 31 Aug 2005 03:09:04 -0700, "syed javid"
> >> <syedjavid@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> >>
> >> >Hi,
> >> >
> >> >I have little confusion about using X509 Certificates. I work with
> >> >Signing
> >> >of SOAP Message with Private Key (.PFX) having stored at Root Store in
> >> >Current user at Client Side and Public Key (.CER) at Local Machine Root
> >> >Store at Server Side it works. But I have problem when doing both
> >> >Signing and
> >> >Encryption of SOAP Message using same Key's and at same location.
> >> >Error is Private Key not available.
> >> >
> >> >Please any help about using of the Private Key and Public Key and
> >> >locations
> >> >for signing and encryption both.
> >> >Is it Possible to use Private Key for both Signing and Encryption or I
> >> >have
> >> >to use differnet key's for doing both Signing and Encryption.
> >> >
> >> >Thanks in Advance
> >> >
> >>
> >>
>
>
>
.
- References:
- Re: X509 Certificate Help
- From: Pablo Cibraro
- Re: X509 Certificate Help
- Prev by Date: Problem with signing SOAP message using UsernameToken
- Next by Date: Re: Problem with signing SOAP message using UsernameToken
- Previous by thread: Re: X509 Certificate Help
- Next by thread: check certification path and CRL
- Index(es):
Relevant Pages
|