-
Notifications
You must be signed in to change notification settings - Fork 76
/
LetsEncrypt.WebAppOnly.nuspec
21 lines (21 loc) · 1.13 KB
/
LetsEncrypt.WebAppOnly.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package >
<metadata>
<id>letsencrypt.webapponly</id>
<title>Azure Let's Encrypt (No Web Jobs)</title>
<version>1.0.6</version>
<authors>SJKP</authors>
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
<projectUrl>https://github.com/sjkp/letsencrypt-siteextension</projectUrl>
<iconUrl>https://raw.githubusercontent.com/sjkp/letsencrypt-siteextension/master/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Site extension for easy install and renewals of Let's Encrypt SSL certificates. This package contains no web jobs, so if you want automatic renewal of certificates you have to call the API endpoint yourself. PLEASE READ and understand the known limitations listed here: https://github.com/sjkp/letsencrypt-siteextension/blob/master/README.md#known-issues</description>
<tags>AzureSiteExtension letsencrypt siteextension ssl https</tags>
<packageTypes>
<packageType name="AzureSiteExtension" />
</packageTypes>
</metadata>
<files>
<file src="artifacts\**\*.*" target="content" />
</files>
</package>