/SelfCertSharp

Client library for creating self-signed certificates in .NET

Primary LanguageC#MIT LicenseMIT

SelfCertSharp

Client library for creating self-signed X509 client certificates in .NET

Code taken from PluralSight Self Cert application and crypto library by Keith Brown

  • Windows Forms UI removed
  • Demo app now as a console app
  • Upgraded to .NET 4.7.2

Original Source

Code is extracted from https://www.pluralsight.com/blog/software-development/selfcert-create-a-self-signed-certificate-interactively-gui-or-programmatically-in-net and linked code base https://s3.amazonaws.com/pluralsight-free/keith-brown/samples/SelfCert.zip

Original code states: "This code was written by Keith Brown, and may be freely used."

License

MIT

Usage

See SelfCert Console app for illustration.