dataset/seed/tls/dictionaries/26_tls.xml

44 lines
1.6 KiB
XML
Raw Normal View History

2023-02-14 14:24:16 +01:00
<?xml version="1.0" encoding="utf-8"?>
<rougail version="0.10">
<services>
<service name="tls" engine="cheetah" target="multi-user">
<file engine="none" source="sysuser-tls.conf">/sysusers.d/tls.conf</file>
<file engine="none" source="tmpfile-tls.conf">/tmpfiles.d/0tls.conf</file>
<file>/etc/risotto/configuration.yml</file>
<file>/etc/risotto/certificates.yml</file>
</service>
<service name="tls" type="timer" engine="none" target="timers"/>
</services>
<variables>
<family name="network" description="Réseau">
<variable name="zones_list" mandatory="False" redefine="True"/>
<variable name="outgoing_ports" redefine="True">
<value>443</value>
</variable>
</family>
<family name="revprox">
<variable name="revprox_client_server_domainname" redefine="True" mandatory="False"/>
<family name="revprox_client">
<variable name="revprox_client_external_domainnames" redefine="True" mandatory="False">
<value type="nil"/>
</variable>
<variable name="revprox_client_location" redefine="True">
<value>/.well-known/acme-challenge</value>
</variable>
<!--variable name="revprox_client_local_location" redefine="True">
<value>/</value>
</variable-->
<variable name="revprox_http" redefine="True">
<value>True</value>
</variable>
</family>
<variable name="revprox_client_http" redefine='True'>
<value>True</value>
</variable>
<variable name="revprox_client_port" redefine='True'>
<value>8080</value>
</variable>
</family>
</variables>
</rougail>