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 ...