ElCamino.ACMESharpCore
1.0.1
Prefix Reserved
See the version list below for details.
dotnet add package ElCamino.ACMESharpCore --version 1.0.1
NuGet\Install-Package ElCamino.ACMESharpCore -Version 1.0.1
<PackageReference Include="ElCamino.ACMESharpCore" Version="1.0.1" />
paket add ElCamino.ACMESharpCore --version 1.0.1
#r "nuget: ElCamino.ACMESharpCore, 1.0.1"
// Install ElCamino.ACMESharpCore as a Cake Addin #addin nuget:?package=ElCamino.ACMESharpCore&version=1.0.1 // Install ElCamino.ACMESharpCore as a Cake Tool #tool nuget:?package=ElCamino.ACMESharpCore&version=1.0.1
ACMESharp Core <img align="right" width="100" src="https://raw.githubusercontent.com/PKISharp/ACMESharpCore/master/docs/acmesharp-logo-color.png">
An ACME client library for .NET Standard (Let's Encrypt)
⭐ I appreciate your star, it helps me decide to which OSS projects I should allocate my spare time.
Tests
Component/Test Type | Linux | Windows |
---|---|---|
Base Unit Tests | ||
SimplePKI Unit Tests | ||
MockServer Unit Tests | ||
Integration Tests |
Packages
Component | Stable Release | Early Access |
---|---|---|
Hosted on the NuGet Gallery | Hosted on MyGet Gallery | |
ACMESharpCore client library | ||
Crypto Support library | ||
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.Logging (>= 8.0.0)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Check https://github.com/dlmelendez/ACMESharpCore/releases for the latest release information.