Re: X509 Certificate Help
- From: "Pablo Cibraro" <pcibraro@xxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 14:35:20 -0300
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
>> >
>>
>>
.
- Follow-Ups:
- Re: X509 Certificate Help
- From: syed javid
- Re: X509 Certificate Help
- Prev by Date: Re: Problem installing WSE 3.0 Beta
- Next by Date: check certification path and CRL
- Previous by thread: working with p12 certs
- Next by thread: Re: X509 Certificate Help
- Index(es):
Relevant Pages
|