mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
Merge pull request #131 from selfhosters/testing
This commit is contained in:
BIN
templates/img/lemur-cfssl.png
Normal file
BIN
templates/img/lemur-cfssl.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
21
templates/lemur-cfssl.xml
Normal file
21
templates/lemur-cfssl.xml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<Container version="2">
|
||||||
|
<Name>lemur-cfssl</Name>
|
||||||
|
<Repository>halianelf/lemur</Repository>
|
||||||
|
<Registry>https://hub.docker.com/r/halianelf/lemur/</Registry>
|
||||||
|
<Network>bridge</Network>
|
||||||
|
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
|
||||||
|
<Project>https://github.com/Netflix/lemur</Project>
|
||||||
|
<Overview>Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults.
|
||||||
|

|
||||||
|
CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line tool and an HTTP API server for signing, verifying, and bundling TLS certificates.</Overview>
|
||||||
|
<Category>Tools:</Category>
|
||||||
|
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
||||||
|
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/lemur-cfssl.xml</TemplateURL>
|
||||||
|
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/lemur-cfssl.png</Icon>
|
||||||
|
<Config Name="Port" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="false" Mask="false"/>
|
||||||
|
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"></Config>
|
||||||
|
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false"></Config>
|
||||||
|
<Config Name="Mapping for the Postgres DB data" Target="/data" Default="" Mode="rw" Description="Container Path: /data" Type="Path" Display="always" Required="false" Mask="false"/>
|
||||||
|
<Config Name="Mapping the config files for Lemur and CFSSL" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="false" Mask="false"/>
|
||||||
|
</Container>
|
||||||
Reference in New Issue
Block a user