16 lines
574 B
XML
16 lines
574 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<rougail version="0.10">
|
|
<services>
|
|
<service name="test">
|
|
<certificate private="/etc/pki/tls/private/example.key" authority="/etc/pki/ca-trust/source/anchors/ca_example.crt" owner="owner" owner_type="variable" group="group" group_type="variable">/etc/pki/tls/certs/example.crt</certificate>
|
|
</service>
|
|
</services>
|
|
<variables>
|
|
<variable name="owner" type="unix_user">
|
|
<value>example</value>
|
|
</variable>
|
|
<variable name="group">
|
|
<value>example</value>
|
|
</variable>
|
|
</variables>
|
|
</rougail>
|