IWebHostBuilder fluent configuration extensions to integrate KeyVault, Azure App Configuration Service with ease to your ASP.NET Core Kestrel Webserver to save secrets and configuration outside appconfig and to integrate SSL certificates and install private CA certificates for secure, trusted microservice communication.
Info
Version: | 1.1.0 |
Author(s): | Florian Wagner |
Last Update: | Friday, March 13, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/h2floh/SecureAzure |
NuGet Url: | https://www.nuget.org/packages/CSE.SecureWebServerHelper |
Install
Install-Package CSE.SecureWebServerHelper
dotnet add package CSE.SecureWebServerHelper
paket add CSE.SecureWebServerHelper
CSE.SecureWebServerHelper Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.AspNetCore.Hosting(>= 2.2.7)
- Microsoft.AspNetCore.Server.Kestrel(>= 2.2.0)
- Microsoft.Azure.KeyVault(>= 3.0.5)
- Microsoft.Extensions.Configuration.AzureAppConfiguration(>= 3.0.0)
- Microsoft.Extensions.Configuration.AzureKeyVault(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.3)
- Microsoft.AspNetCore.Hosting(>= 2.2.7)
- Microsoft.AspNetCore.Server.Kestrel(>= 2.2.0)
- Microsoft.Azure.KeyVault(>= 3.0.5)
- Microsoft.Extensions.Configuration.AzureAppConfiguration(>= 3.0.0)
- Microsoft.Extensions.Configuration.AzureKeyVault(>= 2.2.0)
- Newtonsoft.Json(>= 12.0.3)
Tags