Certificate Manager is a package which makes it easy to create certificates (chained and self signed) which can be used to in client server authentication and IoT Devices like Azure IoT Hub.
Info
Version: | 1.0.9 |
Author(s): | damienbod |
Last Update: | Thursday, October 31, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/damienbod/AspNetCoreCertificates |
NuGet Url: | https://www.nuget.org/packages/CertificateManager |
Install
Install-Package CertificateManager
dotnet add package CertificateManager
paket add CertificateManager
CertificateManager Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.6)
- System.ComponentModel.Annotations(>= 4.7.0)
- System.Security.Cryptography.Pkcs(>= 4.7.0)
Tags