
August 4th, 2011, 12:03 PM
|
|
Contributing User
|
|
Join Date: Jun 2008
Posts: 47
Time spent in forums: 6 h 42 m 31 sec
Reputation Power: 6
|
|
|
Working on a WCF service and having an issue with a x509
I am trying to create a secure WCF service and I have created my temp x509 certificate but when I try to give ASPNET access to and use:
cmd>winhttpcertcfg -g -c LOCAL_MACHINE\MY -s TempCA -a ASPNET
I get the error:
Unable to find or obtain a context for requested certificate
the certificate is located in Console Root->Certificate(Local computer) -> Personal -> Certifactes
If any has a suggestion please let me know.
Thanks.
|