vote up 0 vote down star

I have a certificate installed in my test environment. The subject of this is delimited by commas e.g. S80, My Company Name, Country

The code below worked when the subject name was just S80 but now there are more details in the subject it no longer works.

  <serviceCredentials>
        <serviceCertificate findValue="S80, My Company Name, Country" storeLocation="LocalMachine" storeName="My" x509FindType="FindBySubjectName"/>
                 </serviceCredentials>

I get an error

Cannot find the X.509 certificate using the following search criteria: StoreName 'My', StoreLocation 'LocalMachine', FindType 'FindBySubjectName', FindValue 'S80, My Company Name, Country'.

If I just use S80 as the subject I get an error

Keyset does not exist

Any idea?

flag

73% accept rate

1 Answer

vote up 0 vote down

Can you find the certificate by something else? By thumbprint, for instance? Does that work?

Marc

link|flag
I think perhaps it can find the certificate as when I use the short subject I get the keyset error. So this is maybe another problem – AJM Jul 29 at 12:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.