Update letsencrypt.xml

This commit is contained in:
Neil 2016-11-07 23:19:50 +00:00 committed by GitHub
parent ce6660d88b
commit 49cece2c78

View File

@ -85,4 +85,8 @@
<Config Name="AppData Config Path" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false"></Config>
<Config Name="Only Subdomains" Target="ONLY_SUBDOMAINS" Default="false" Mode="" Description="if you wish to get certs only for certain subdomains, but not the main domain (main domain may be hosted on another machine and cannot be validated), set this to true" Type="Variable" Display="always" Required="false" Mask="false">FALSE</Config>
<Config Name="Diffie Hellman" Target="DHLEVEL" Default="2048" Mode="" Description="Diffie Hellman parameters bit value. Can be 1024, 2048 or 4096. (Default is 2048)" Type="Variable" Display="always" Required="false" Mask="false">2048</Config>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donations/</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<BaseImage>lsiobase/alpine.nginx</BaseImage>
</Container>