Allows your owin app return content from ./well-known folder of your app in order to obtain SSL certificate from Let's Encrypt service.
Info
| Version: | 1.2.0 |
| Author(s): | Yan |
| Last Update: | Tuesday, May 16, 2017 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/CactusSoft/LetsEncrypt.Owin |
| NuGet Url: | https://www.nuget.org/packages/LetsEncrypt.Owin |
Install
Install-Package LetsEncrypt.Owin
dotnet add package LetsEncrypt.Owin
paket add LetsEncrypt.Owin
LetsEncrypt.Owin Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Owin.StaticFiles(>= 3.0.1)
Tags