Tagged Questions

1
vote
2answers
1k 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 ...
0
votes
2answers
35 views

Benefits in security to a CA signed SSL certificate

This is just a general question regarding the debate between self-signed certificates and CA certificates... I understand the benefits for a CA certificate due to the avoided warnings generated in ...