Reputation: 235
I have a client who wants to secure the connection to his application with a client certificate. He doesn't want to map the certificate to a login.
He doesn't want to buy a certificate from trusted CA and wants me to provide him my own self-signed certificate.
I followed the steps from this article : http://asoftwaredeveloper.wordpress.com/2011/12/30/x-509-certificate/ (every time I search on Google I end on this)
I managed to generate the two certificates and to set them both up in the client and server.
However, I still get the same 403.7 error.
Does anybody have a real step by step guide with ALL the steps? Am I the only one who wants to do such a simple thing? Why isn't it clearly described in the documentation?
Upvotes: 5
Views: 5657
Reputation: 3298
Here is a step by step:
Browser should prompt depending on settings
Upvotes: 3