Click here to Skip to main content
15,909,498 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a client application in C#, which will be communicating to webService hosted on secured server. This client application will be deployed on different machines. For the authentication purpose, I would like to use client certificate. Would like to know if I can use common client certificate on all the machines or do I need to use unique client certificate?

Thanks
Nitin
Posted
Updated 18-Sep-14 16:36pm
v2
Comments
ashok rathod 18-Sep-14 23:47pm    
you can use common client certificate.
Sergey Alexandrovich Kryukov 19-Sep-14 0:03am    
Why wouldn't you publish this as a formal answer. It looks perfectly logical.
—SA

1 solution

Yes, You can use common client certificate for multiple clients.
 
Share this answer
 
v3
Comments
nitin_ambupe 21-Sep-14 22:36pm    
Thanks Ashok. Would like to know, if I need to get this client certificate issues from CA or can I use self signed certificate?
ashok rathod 21-Sep-14 23:07pm    
you can use self signed certificate

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900