Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I create my own digital certificate in C# or Windows?

I'm working on C# win app about digital signature..

I knew how to import and export both the private and public key using "x509certificate2" class in C# (I'm exporting private key in PFX type is that right ?)

The problem is how to create a digital certificate?

How to obtain one?

like image 839
Dabbas Avatar asked Oct 07 '10 21:10

Dabbas


Video Answer


1 Answers

I think this is what you are looking for:

  • How to: Obtain an X.509 Certificate
  • Makecert.exe (Certificate Creation Tool)
like image 107
Enrico Campidoglio Avatar answered Sep 22 '22 17:09

Enrico Campidoglio