Tagged Questions
0
votes
0answers
43 views
Self signed SSL client certificate not received by server
I am trying to implement two way ssl authentication in asp.net mvc 4 web api project. I'm following the blog posted at http://woloski.com/2012/08/04/securing-aspnet-webapi-with-clientcerts/ but cannot ...
1
vote
1answer
687 views
WCF SSL certificate using an enterprise CA
For an application, I need to have a SSL certificate for a WCF service,
So we installed it. If I go with an internet browser with a web browser trough https, I've got no problem, no warning, nothing, ...
1
vote
2answers
2k views
C# utility to create a CA
I'd like to create a utility in C# to allow someone to easily create a Certificate Authority (CA) in Windows. Any ideas/suggestions?
I know I can use OpenSSL to do this. In the end, I'll want this ...