20 lines
702 B
XML
20 lines
702 B
XML
|
<?xml version='1.0' encoding='UTF-8'?>
|
||
|
<rougail version="0.10">
|
||
|
<services>
|
||
|
<service name="test">
|
||
|
<certificate private="private" private_type="variable" authority="authority" authority_type="variable" certificate_type="variable">certificate</certificate>
|
||
|
</service>
|
||
|
</services>
|
||
|
<variables>
|
||
|
<variable name="certificate" type="filename">
|
||
|
<value>/etc/pki/tls/certs/example.crt</value>
|
||
|
</variable>
|
||
|
<variable name="private" type="filename">
|
||
|
<value>/etc/pki/tls/private/example.key</value>
|
||
|
</variable>
|
||
|
<variable name="authority" type="filename">
|
||
|
<value>/etc/pki/ca-trust/source/anchors/ca_example.crt</value>
|
||
|
</variable>
|
||
|
</variables>
|
||
|
</rougail>
|