-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLetsEncrypt.Owin.nuspec
More file actions
25 lines (24 loc) · 1012 Bytes
/
LetsEncrypt.Owin.nuspec
File metadata and controls
25 lines (24 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<package >
<metadata>
<id>LetsEncrypt.Owin</id>
<version>1.1</version>
<title>Owin middleware for Let's Encrypt</title>
<authors>Yan</authors>
<owners>CacctusSoft LLC</owners>
<licenseUrl>https://github.com/CactusSoft/LetsEncrypt.Owin/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/CactusSoft/LetsEncrypt.Owin</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Allows your owin app return content from ./well-known folder of your app in order to obtain SSL certificate from Let's Encrypt service</description>
<copyright>Copyright 2017</copyright>
<tags>letsencrypt ssl tls https owin acme</tags>
<dependencies>
<group targetFramework="net45">
<dependency id="Microsoft.Owin.StaticFiles" version="3.0.1"/>
</group>
</dependencies>
</metadata>
<files>
<file src="bin\Release\LetsEncrypt.Owin.dll" target="lib" />
</files>
</package>