Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 832 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 832 Bytes

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.