I'm attempting to use certs in WSE 3.0 that were issued by CA running on
a 2003 box. I'm only trying to use the certs for identification, not
encryption. I'm not even using a secure connection between the WinForms
client and the webserver. Trouble is, the WSE Wizard doesn't like those
certificates because they aren't capable of being used for encryption.
But, as stated prior, I'm not trying to use them for encryption, only
signing. If you open either the server or the client cert, they both
indicate that signing is a valid use of the cert.
Are CA certs simply of no value in this situation?
Thanx,
Garth
Luke Zhang [MSFT] - 08 Feb 2006 02:32 GMT
Hello Garth,
A certificate, which must support data encryption, is required here. To
support data encryption, the Key Usage property of the X.509 certificate
must include the Data Encipherment attribute.
Hope this help,
Luke Zhang
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Niels Flensted-Jensen - 08 Feb 2006 11:00 GMT
Garth,
I think another issue is that the WSE wizardry will only work with the
turnkey policy assertions supported by WSE 3.0 (I assume you are using one of
the mutualCertificate assertions - have a look in the generated policy file).
If you want to use a certificate for identification only, you must put
together you own policy.
And this aside, it may still be like Luke suggests that your still need a
"Encipherment " attribute set, so maybe you just want to get one of those
anyway? Maybe you can't even sign without this ability?
Niels
> I'm attempting to use certs in WSE 3.0 that were issued by CA running on
> a 2003 box. I'm only trying to use the certs for identification, not
[quoted text clipped - 9 lines]
> Thanx,
> Garth