Skip to content
forked from fszlin/certes

A fork of Certes compatible with NativeAOT

License

Notifications You must be signed in to change notification settings

pablopioli/certes

 
 

Repository files navigation

Certes

Certes is an ACME client that runs on .NET 4.6+, .NET Standard 2.0+ and .NET 6+.

This is a fork of the original code from https://github.com/fszlin/certes. The only change is added compatibility with native AOT in .NET 8+.

See the original project documentation to learn how to use this library.

Usage

Install the nuget package into your project:

Install-Package PPioli.Certes.AOT

or using .NET CLI:

dotnet add package PPioli.Certes.AOT

About

A fork of Certes compatible with NativeAOT

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.6%
  • Other 1.4%