Skip to content

win-acme/ACMESharpCore

 
 

Repository files navigation

ACMESharp Core

An ACME client library for .NET Standard (Let's Encrypt)

AV Build status ADO Build Status

Packages

Stable Release Hosted on the NuGet Gallery
NuGet ACMESharpCore client library
NuGet Crypto Support library
NuGet SimplePKI library
Early Access Hosted on MyGet Gallery
NuGet ACMESharpCore client library
NuGet Crypto Support library
NuGet SimplePKI library

Overview

This library originated as a port of the ACMESharp client library from .NET Framework to .NET Standard 2.0.

However, this rewrite is now actually more complete than the original, including operations from the ACME specification that were left out of the original and supporting the latest versions of the specification. Check out the library-specific README for details as they develop.

A couple of useful examples have been put together to demonstrate how to use the client library to implement a CLI tool and automated certificate installation for ASP.NET Core applications. More are coming...


Please Note:
If you are interested in using Let's Encrypt, or any other ACME-compliant CA in a .NET context, please see the ACMESharp project for a working implementation of an ACME client library for .NET Framework and complementary PowerShell module for Windows PowerShell.

The goals for this project:

  • Migrate the ACMESharp client library to .NET Standard 2.0
  • Remove legacy cruft
  • Clean up the namespace structure and code org
  • Adjust coding standards to better conform with industry standards
  • Complete any missing features from the ACME spec
  • Prepare for, and implement move to ACME 2.0 spec
  • Clearly separate and maintain independently the client library and the PS module

About

An ACME v2 client library for .NET Standard (Let's Encrypt)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.8%
  • HTML 5.6%
  • PowerShell 1.2%
  • Other 0.4%