Skip to content

AlyxSharkBite/X509CertificateMaker

Repository files navigation

X509CertificateMaker

X509 Certificate Creation

Simple Library for creating Self Signed X509 Certificates with the Privake Key.

Use

var x509Der = X509CertificateMaker.X509Creator.GenerateX509Certificate("myCert", 2048, "Abc123");
X509Certificate2 certificate = new X509Certificate2(x509Der, "Abc123");   

About

X509 Certificate Creation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages