EZCAClient 1.0.5
dotnet add package EZCAClient --version 1.0.5
NuGet\Install-Package EZCAClient -Version 1.0.5
<PackageReference Include="EZCAClient" Version="1.0.5" />
paket add EZCAClient --version 1.0.5
#r "nuget: EZCAClient, 1.0.5"
// Install EZCAClient as a Cake Addin #addin nuget:?package=EZCAClient&version=1.0.5 // Install EZCAClient as a Cake Tool #tool nuget:?package=EZCAClient&version=1.0.5
About EZCA
EZCA is a cloud based Certificate Authority that allows organizations to manage their internal certificates either with an existing ADCS CA or with a cloud based CA managed by EZCA. While EZCA offers multiple automated certificate issuance tools such as Private CA ACME support, sometimes a custom tool is needed. This repo hosts the code for the EZCAClient Nuget package that allows organizations to write client side automation for EZCA an Azure based Certificate Authority.
Getting Started
Fist add the NuGet package to your project by running
dotnet add package EZCAClient
Then use the sample project in this repository to learn how you use each of the functions.
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
- Azure.Identity (>= 1.11.3)
- jose-jwt (>= 5.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Polly (>= 8.3.1)
- System.IdentityModel.Tokens.Jwt (>= 7.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
First Release